Default implementation of stream, which calls invoke.
Subclasses must override this method if they support streaming output.
stream(
self,
input: Input,
config: RunnableConfig | None = None,
**kwargs: Any | None = {}
) -> Iterator[Output]| Name | Type | Description |
|---|---|---|
input* | Input | The input to the |
config | RunnableConfig | None | Default: NoneThe config to use for the |
**kwargs | Any | None | Default: {}Additional keyword arguments to pass to the |