mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
These changes add extra hint for the LLM in the `execute_tool` SQL examples to always use back-ticks around BQ project, dataset and table names in the generated SQL, to save the SQL parsing error when the name has special characters. PiperOrigin-RevId: 852418943