mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-21 10:31:23 +00:00
docs(docs): fixed typos in documentations (#32661)
Minor typo fixes. (Not linked to current open issues)
This commit is contained in:
@@ -999,7 +999,7 @@ async def _astream_events_implementation_v2(
|
||||
continue
|
||||
|
||||
# If it's the end event corresponding to the root runnable
|
||||
# we dont include the input in the event since it's guaranteed
|
||||
# we don't include the input in the event since it's guaranteed
|
||||
# to be included in the first event.
|
||||
if (
|
||||
event["run_id"] == first_event_run_id
|
||||
|
Reference in New Issue
Block a user