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 4eb10f9 commit 109c8caCopy full SHA for 109c8ca
docs/sessions/express-mode.md
@@ -92,7 +92,7 @@ instead initialize the memory object without any project or location.
92
APP_ID = "your-reasoning-engine-id"
93
94
# Project and location are not required when initializing with Vertex Express Mode
95
- session_service = VertexAiMemoryBankService(agent_engine_id=APP_ID)
+ memory_service = VertexAiMemoryBankService(agent_engine_id=APP_ID)
96
# Generate a memory from that session so the Agent can remember relevant details about the user
97
# memory = await memory_service.add_session_to_memory(session)
98
```
0 commit comments