Skip to content

Commit 712ae82

Browse files
TheovanKraayCopilot
andcommitted
Update src/oss/langchain/short-term-memory.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f6daf1e commit 712ae82

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/oss/langchain/short-term-memory.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,11 @@ with CosmosDBSaver( # [!code highlight]
136136
)
137137
```
138138

139+
:::
140+
139141
<Note>
140142
Azure Cosmos DB checkpointer supports both sync and async operations. If the database and container already exist, you can use default RBAC credentials (e.g., `az login`) instead of setting the endpoint and key.
141143
</Note>
142-
:::
143-
144-
145144
## Customizing agent memory
146145

147146
By default, agents use @[`AgentState`] to manage short term memory, specifically the conversation history via a `messages` key.

0 commit comments

Comments
 (0)