Skip to content

Commit 28f8f5c

Browse files
Update cloud-run.md (#558)
Modified get_fast_api_app method parameters according to current code implementation Co-authored-by: Joe Fernandez <[email protected]>
1 parent 38cf4b6 commit 28f8f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deploy/cloud-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ export GOOGLE_API_KEY=your-api-key
172172
# Call the function to get the FastAPI app instance
173173
# Ensure the agent directory name ('capital_agent') matches your agent folder
174174
app = get_fast_api_app(
175-
agents_dir=AGENT_DIR,
176-
session_service_uri=SESSION_SERVICE_URI,
175+
agent_dir=AGENT_DIR,
176+
session_db_url=SESSION_SERVICE_URI,
177177
allow_origins=ALLOWED_ORIGINS,
178178
web=SERVE_WEB_INTERFACE,
179179
)

0 commit comments

Comments
 (0)