Skip to content

Commit edc9d25

Browse files
Update typescript-sdk/integrations/adk-middleware/examples/shared_state/agent.py
1 parent 25d3f69 commit edc9d25

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
@@ -240,7 +240,6 @@ async def run_recipe_agent(user_message: str, app_name: str = "recipe_app",
240240
USER:{user_message}
241241
""",
242242
tools=[generate_recipe],
243-
# output_key="last_response", # Store the agent's response in state
244243
before_agent_callback=on_before_agent
245244
# before_model_callback=on_before_model
246245
)

0 commit comments

Comments
 (0)