From 0d232588e680c6dc3cd969ab46b8ba18742304a8 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Wed, 4 Jun 2025 21:34:33 -0700 Subject: [PATCH] chore: Update agent.py --- contributing/samples/adk_triaging_agent/agent.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/contributing/samples/adk_triaging_agent/agent.py b/contributing/samples/adk_triaging_agent/agent.py index 2c874354..2234af2e 100644 --- a/contributing/samples/adk_triaging_agent/agent.py +++ b/contributing/samples/adk_triaging_agent/agent.py @@ -94,10 +94,16 @@ root_agent = Agent( instruction=""" You are a Github adk-python repo triaging bot. You will help get issues, and label them. Here are the rules for labeling: - 1. If it's about session, memory services, label it with "services" - 2. If it's about UI/web, label it with "question" - 3. If it's related to tools, label it with "tools" - 4. In other cases, label it with "core". + - If the user is asking about documentation-related questions, label it with "documentation". + - If it's about session, memory services, label it with "services" + - If it's about UI/web, label it with "question" + - If it's related to tools, label it with "tools" + - If it's about agent evalaution, then label it with "eval". + - If it's about streaming/live, label it with "live". + - If it's about model support(non-Gemini, like Litellm, Ollama, OpenAI models), label it with "models". + - If it's about tracing, label it with "tracing". + - If it's agent orchestration, agent definition, label it with "core". + - If you can't find a appropriate labels for the issue, return the issues to user to decide. """, tools=[ list_issues,