We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878cf54 commit 5e2ec4bCopy full SHA for 5e2ec4b
typescript-sdk/integrations/adk-middleware/examples/fastapi_server.py
@@ -87,7 +87,7 @@
87
add_adk_fastapi_endpoint(app, adk_agent_haiku_generator, path="/adk-tool-based-generative-ui")
88
add_adk_fastapi_endpoint(app, adk_human_in_loop_agent, path="/adk-human-in-loop-agent")
89
add_adk_fastapi_endpoint(app, adk_shared_state_agent, path="/adk-shared-state-agent")
90
- add_adk_fastapi_endpoint(app, adk_shared_state_agent, path="/adk-predictive-state-agent")
+ add_adk_fastapi_endpoint(app, adk_predictive_state_agent, path="/adk-predictive-state-agent")
91
92
@app.get("/")
93
async def root():
0 commit comments