Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator(
input: any,
options: Partial<RunnableConfig<Record<string, any>>>
): AsyncGenerator<ToolMessage<MessageStructure<MessageToolSet>> | ToolOutputT>| Name | Type | Description |
|---|---|---|
input* | any | |
options | Partial<RunnableConfig<Record<string, any>>> |