Skip to content

Commit 378c642

Browse files
Update typescript-sdk/integrations/adk-middleware/examples/shared_state/agent.py
Co-authored-by: contextablemark <[email protected]>
1 parent ef563f9 commit 378c642

File tree

1 file changed

+0
-1
lines changed
  • typescript-sdk/integrations/adk-middleware/examples/shared_state

1 file changed

+0
-1
lines changed

typescript-sdk/integrations/adk-middleware/examples/shared_state/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def on_before_agent(callback_context: CallbackContext):
196196
Always provide complete, practical recipes that users can actually cook.
197197
""",
198198
tools=[generate_recipe],
199-
# output_key="last_response", # Store the agent's response in state
200199
before_agent_callback=on_before_agent
201200
# before_model_callback=on_before_model
202201
)

0 commit comments

Comments
 (0)