Closed
Description
URL
Checklist
- I added a very descriptive title to this issue.
- I included a link to the documentation page I am referring to (if applicable).
Issue with current documentation:
Issue with current documentation:
There is a typo in the documentation for the async astream_events method in the LangChain docs.
In the section where the table is introduced, the word “evens” is incorrectly used instead of “events.” The sentence reads:
“Below is a table that illustrates some evens that might be emitted by various chains.”
It should be corrected to:
“Below is a table that illustrates some events that might be emitted by various chains.”
The typo appears just before the table showing possible events emitted by chains, under the
“Generate a stream of events” section.
Idea or request for content:
No response