mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 14:26:48 +00:00
core[patch]: de-beta astream_events (#26248)
This commit is contained in:
@@ -1094,7 +1094,6 @@ class Runnable(Generic[Input, Output], ABC):
|
|||||||
):
|
):
|
||||||
yield item
|
yield item
|
||||||
|
|
||||||
@beta_decorator.beta(message="This API is in beta and may change in the future.")
|
|
||||||
async def astream_events(
|
async def astream_events(
|
||||||
self,
|
self,
|
||||||
input: Any,
|
input: Any,
|
||||||
|
Reference in New Issue
Block a user