mirror of
https://github.com/hwchase17/langchain.git
synced 2025-11-22 15:58:15 +00:00
Supersedes #32544 Changes to the `trimmer` behavior resulted in the call `"What math problem was asked?"` to no longer see the relevant query due to the number of the queries' tokens. Adjusted to not trigger trimming the relevant part of the message history. Also, add print to the trimmer to increase observability on what is leaving the context window. Add note to trimming tut & format links as inline
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide