Skip to content

Commit 4cf8a28

Browse files
authored
Merge pull request google-cloud-japan#58 from google-cloud-japan/gossy-2025-handson
refactor: Remove unused get_current_time tool
2 parents c7437ae + f6b0bb9 commit 4cf8a28

File tree

1 file changed

+1
-1
lines changed
  • 2025/generative-ai-agent-dev-deploy-handson/agents/app

1 file changed

+1
-1
lines changed

2025/generative-ai-agent-dev-deploy-handson/agents/app/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ def get_weather(query: str) -> str:
4545
name="root_agent",
4646
model="gemini-2.5-flash",
4747
instruction="あなたは、正確で役立つ情報を提供するために設計された、親切なAIアシスタントです。",
48-
tools=[get_weather, get_current_time],
48+
tools=[get_weather],
4949
)

0 commit comments

Comments
 (0)