mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +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
|
||||
|
||||
@beta_decorator.beta(message="This API is in beta and may change in the future.")
|
||||
async def astream_events(
|
||||
self,
|
||||
input: Any,
|
||||
|
Reference in New Issue
Block a user