docs: fix double article typos

This commit is contained in:
Nuno Campos
2025-06-03 15:53:19 -07:00
parent b00ea605e2
commit cd2847ee07
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -383,7 +383,7 @@ def update_memory(state: MessagesState, config: RunnableConfig, *, store: BaseSt
```
As we showed above, we can also access the store in any node and use the `store.search` method to get memories. Recall the the memories are returned as a list of objects that can be converted to a dictionary.
As we showed above, we can also access the store in any node and use the `store.search` method to get memories. Recall the memories are returned as a list of objects that can be converted to a dictionary.
```python
memories[-1].dict()