astream(
self,
input: Input,
config: RunnableConfig | None = None,
**kwargs: Any| Name | Type | Description |
|---|---|---|
input* | Input | |
config | RunnableConfig | None | Default: None |
**kwargs | Any | None | Default: {} |
Default implementation of astream, which calls ainvoke.
Subclasses must override this method if they support streaming output.
The input to the Runnable.
The config to use for the Runnable.
Additional keyword arguments to pass to the Runnable.