Fixed some grammatical and spelling errors (#10595)

Fixed some grammatical and spelling errors
This commit is contained in:
Aashish Saini
2023-09-15 06:13:36 +05:30
committed by GitHub
parent 5e50b89164
commit f9f1340208
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ Head to [Integrations](/docs/integrations/memory/) for documentation on built-in
:::
One of the core utility classes underpinning most (if not all) memory modules is the `ChatMessageHistory` class.
This is a super lightweight wrapper which provides convenience methods for saving HumanMessages, AIMessages, and then fetching them all.
This is a super lightweight wrapper that provides convenience methods for saving HumanMessages, AIMessages, and then fetching them all.
You may want to use this class directly if you are managing memory outside of a chain.