mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
docs: Fix version in which astream_events was released (#16481)
Fix typo in version
This commit is contained in:
parent
ff3163297b
commit
d898d2f07b
@ -30,7 +30,7 @@
|
||||
"- [`ainvoke`](#async-invoke): call the chain on an input async\n",
|
||||
"- [`abatch`](#async-batch): call the chain on a list of inputs async\n",
|
||||
"- [`astream_log`](#async-stream-intermediate-steps): stream back intermediate steps as they happen, in addition to the final response\n",
|
||||
"- [`astream_events`](#async-stream-events): **beta** stream events as they happen in the chain (introduced in `langchain-core` 0.2.0)\n",
|
||||
"- [`astream_events`](#async-stream-events): **beta** stream events as they happen in the chain (introduced in `langchain-core` 0.1.14)\n",
|
||||
"\n",
|
||||
"The **input type** and **output type** varies by component:\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user