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