docs: Fix version in which astream_events was released (#16481)

Fix typo in version
This commit is contained in:
Eugene Yurtsev 2024-01-23 21:41:44 -05:00 committed by GitHub
parent ff3163297b
commit d898d2f07b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",