Ask a question to get started
Enter to send•Shift+Enter new line
Default streaming implementation. Subclasses should override this method if they support streaming output.
_streamIterator( input: any, options: Partial<RunnableConfig<Record<string, any>>> ): AsyncGenerator<StringPromptValueInterface>
input
any
options
Partial<RunnableConfig<Record<string, any>>>