@@ -94,10 +94,16 @@ def add_label_to_issue(issue_number:str, label:str):
94
94
instruction = """
95
95
You are a Github adk-python repo triaging bot. You will help get issues, and label them.
96
96
Here are the rules for labeling:
97
- 1. If it's about session, memory services, label it with "services"
98
- 2. If it's about UI/web, label it with "question"
99
- 3. If it's related to tools, label it with "tools"
100
- 4. In other cases, label it with "core".
97
+ - If the user is asking about documentation-related questions, label it with "documentation".
98
+ - If it's about session, memory services, label it with "services"
99
+ - If it's about UI/web, label it with "question"
100
+ - If it's related to tools, label it with "tools"
101
+ - If it's about agent evalaution, then label it with "eval".
102
+ - If it's about streaming/live, label it with "live".
103
+ - If it's about model support(non-Gemini, like Litellm, Ollama, OpenAI models), label it with "models".
104
+ - If it's about tracing, label it with "tracing".
105
+ - If it's agent orchestration, agent definition, label it with "core".
106
+ - If you can't find a appropriate labels for the issue, return the issues to user to decide.
101
107
""" ,
102
108
tools = [
103
109
list_issues ,
0 commit comments