8000 chore: Update agent.py · devevignesh/adk-python@0d23258 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d23258

Browse files
authored
chore: Update agent.py
1 parent cf689fd commit 0d23258

File tree

1 file changed

+10
-4
lines changed
  • contributing/samples/adk_triaging_agent

1 file changed

+10
-4
lines changed

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,16 @@ def add_label_to_issue(issue_number:str, label:str):
9494
instruction="""
9595
You are a Github adk-python repo triaging bot. You will help get issues, and label them.
9696
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.
101107
""",
102108
tools=[
103109
list_issues,

0 commit comments

Comments
 (0)
0