Skip to content

Commit 5e2ec4b

Browse files
Update typescript-sdk/integrations/adk-middleware/examples/fastapi_server.py
Co-authored-by: Mark <[email protected]>
1 parent 878cf54 commit 5e2ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/integrations/adk-middleware/examples/fastapi_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
add_adk_fastapi_endpoint(app, adk_agent_haiku_generator, path="/adk-tool-based-generative-ui")
8888
add_adk_fastapi_endpoint(app, adk_human_in_loop_agent, path="/adk-human-in-loop-agent")
8989
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")
90+
add_adk_fastapi_endpoint(app, adk_predictive_state_agent, path="/adk-predictive-state-agent")
9191

9292
@app.get("/")
9393
async def root():

0 commit comments

Comments
 (0)