We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d06c9 commit 933607aCopy full SHA for 933607a
agent_starter_pack/agents/adk_live/app/agent.py
@@ -46,7 +46,7 @@ def get_weather(query: str) -> str:
46
47
root_agent = Agent(
48
name="root_agent",
49
- model="gemini-live-2.5-flash-preview-native-audio-09-2025",
+ model="gemini-live-2.5-flash-native-audio",
50
instruction="You are a helpful AI assistant designed to provide accurate and useful information.",
51
tools=[get_weather],
52
)
0 commit comments