Skip to content

Commit

Permalink
Fixing code block
Browse files Browse the repository at this point in the history
  • Loading branch information
ajosh0504 committed Aug 5, 2024
1 parent 600f4bf commit 93b2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/80-add-memory/2-add-memory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ history_collection.find({"session_id": session_id}).sort("timestamp", 1)
<summary>Answer</summary>
<div>
```python
{"role": msg["role"], "content": msg["content"]} for msg in cursor
[{"role": msg["role"], "content": msg["content"]} for msg in cursor]
```
</div>
</details>
Expand Down

0 comments on commit 93b2eb2

Please sign in to comment.