Skip to content

Commit

Permalink
Merge pull request #4 from sis0k0/memory-code-snippet
Browse files Browse the repository at this point in the history
Fix memory code snippet
  • Loading branch information
ajosh0504 authored Nov 18, 2024
2 parents 31c5a7d + 3d5d541 commit 1c7dc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/70-adding-memory/2-adding-memory.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The answers for code blocks in this section are as follows:
<summary>Answer</summary>
<div>
```python
config = {"configurable": {"thread_id": thread_id}}
{"configurable": {"thread_id": thread_id}}
```
</div>
</details>

0 comments on commit 1c7dc86

Please sign in to comment.