Skip to content

Commit 6e7415e

Browse files
roysha1victordibia
andauthored
docs: Memory and RAG: add missing backtick for class reference (#6656)
<!-- Thank you for your contribution! Please review https://microsoft.github.io/autogen/docs/Contribute before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? Update `Memory and RAG` doc to include missing backticks for class references. <!-- Please give a short summary of the change and the problem this solves. --> ## Related issue number <!-- For example: "Closes #1234" --> ## Checks - [ ] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [ ] I've made sure all auto checks have passed. <img width="386" alt="image" src="https://github.com/user-attachments/assets/16004b28-8fe9-476f-949f-ab4c7dcc9d56" /> Co-authored-by: Victor Dibia <victor.dibia@gmail.com>
1 parent 67ebeed commit 6e7415e

File tree

1 file changed

+1
-1
lines changed
  • python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide

1 file changed

+1
-1
lines changed

python/packages/autogen-core/docs/src/user-guide/agentchat-user-guide/memory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"## ListMemory Example\n",
2222
"\n",
23-
"{py:class}~autogen_core.memory.ListMemory is provided as an example implementation of the {py:class}~autogen_core.memory.Memory protocol. It is a simple list-based memory implementation that maintains memories in chronological order, appending the most recent memories to the model's context. The implementation is designed to be straightforward and predictable, making it easy to understand and debug.\n",
23+
"{py:class}`~autogen_core.memory.ListMemory` is provided as an example implementation of the {py:class}`~autogen_core.memory.Memory` protocol. It is a simple list-based memory implementation that maintains memories in chronological order, appending the most recent memories to the model's context. The implementation is designed to be straightforward and predictable, making it easy to understand and debug.\n",
2424
"In the following example, we will use ListMemory to maintain a memory bank of user preferences and demonstrate how it can be used to provide consistent context for agent responses over time."
2525
]
2626
},

0 commit comments

Comments
 (0)