Description:
Based on feedback, the current structure of https://github.com/google/adk-python/blob/main/src/google/adk/tools/bigquery/skills/bigquery-ai-ml/SKILL.md can be improved for better clarity and more efficient use by the LLM.
Issues:
- Ambiguous Function Names: Functions like
AI.GENERATE or AI.IF are not self-explanatory, requiring additional context lookups.
- Inefficient Context Retrieval: The current design may necessitate multiple
load_skill_resources calls for the LLM to understand how to use specific functions.
- Terminology: Avoid potentially ambiguous terms like "1P".
Suggestions:
- Add Function Descriptions: Include an additional column in the skills table to provide a clear description of each function's purpose and usage. This would help the LLM understand the function without extra calls.
- Review Terminology: Ensure all terms used are clear and unambiguous for the LLM.
Description:
Based on feedback, the current structure of https://github.com/google/adk-python/blob/main/src/google/adk/tools/bigquery/skills/bigquery-ai-ml/SKILL.md can be improved for better clarity and more efficient use by the LLM.
Issues:
AI.GENERATEorAI.IFare not self-explanatory, requiring additional context lookups.load_skill_resourcescalls for the LLM to understand how to use specific functions.Suggestions: