Skip to content

Commit 1108526

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

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
@@ -241,7 +241,6 @@ async def run_recipe_agent(user_message: str, app_name: str = "recipe_app",
241241
""",
242242
tools=[generate_recipe],
243243
before_agent_callback=on_before_agent
244-
# before_model_callback=on_before_model
245244
)
246245

247246
# Create the agent

0 commit comments

Comments
 (0)