Commit ade8577
fix: drop nonexistent log_query tool from session_state_agent sample
The instruction told the model to use a `log_query` tool that is not
registered on the agent, so when the model followed it the run failed
with "Tool 'log_query' not found". That made the integration_test
presubmit, which runs this sample, flaky. Reword the instruction to
just reply, matching the sample's documented output.
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 9433501411 parent f863150 commit ade8577
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
172 | | - | |
| 171 | + | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments