Skip to content

Commit 2d423e8

Browse files
xuanyang15copybara-github
authored andcommitted
fix: Update model to gemini-3-flash-preview in session state agent sample
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 913789974
1 parent 0821f2d commit 2d423e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contributing/samples/session_state_agent

contributing/samples/session_state_agent/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ async def after_agent_callback(callback_context: CallbackContext):
171171
'Log all users query with `log_query` tool. Must always remind user you'
172172
' cannot answer second query because your setup.'
173173
),
174-
model='gemini-2.5-flash',
174+
model='gemini-3-flash-preview',
175175
before_agent_callback=before_agent_callback,
176176
before_model_callback=before_model_callback,
177177
after_model_callback=after_model_callback,

0 commit comments

Comments
 (0)