Skip to content

Commit ffbab4c

Browse files
DeanChensjcopybara-github
authored andcommitted
chore: Add BigQuery related label handling
Co-authored-by: Shangjie Chen <[email protected]> PiperOrigin-RevId: 834375503
1 parent b2b7f2d commit ffbab4c

File tree

1 file changed

+3
-0
lines changed
  • contributing/samples/adk_triaging_agent

1 file changed

+3
-0
lines changed

contributing/samples/adk_triaging_agent/agent.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"core": "Jacksunwei",
4040
"web": "wyf7107",
4141
"a2a": "seanzhou1023",
42+
"bq": "shobsi",
4243
}
4344

4445
LABEL_GUIDELINES = """
@@ -63,6 +64,7 @@
6364
sandbox, `agent_engine_id`). If the issue does not explicitly mention
6465
Agent Engine concepts, do not use this label—choose "core" instead.
6566
- "a2a": Agent-to-agent workflows, coordination logic, or A2A protocol.
67+
- "bq": BigQuery integration or general issues related to BigQuery.
6668
6769
When unsure between labels, prefer the most specific match. If a label
6870
cannot be assigned confidently, do not call the labeling tool.
@@ -214,6 +216,7 @@ def change_issue_type(issue_number: int, issue_type: str) -> dict[str, Any]:
214216
- Use "agent engine" only when the issue clearly references Vertex AI Agent Engine deployment artifacts (for example `.agent_engine_config.json`, `ae_ignore`, `agent_engine_id`, or Agent Engine sandbox errors).
215217
- If it's about Model Context Protocol (e.g. MCP tool, MCP toolset, MCP session management etc.), label it with both "mcp" and "tools".
216218
- If it's about A2A integrations or workflows, label it with "a2a".
219+
- If it's about BigQuery integrations, label it with "bq".
217220
- If you can't find an appropriate labels for the issue, follow the previous instruction that starts with "IMPORTANT:".
218221
219222
Call the `add_label_and_owner_to_issue` tool to label the issue, which will also assign the issue to the owner of the label.

0 commit comments

Comments
 (0)