Stream output in chunks.
stream(
input: any,
options: Partial<RunnableConfig<Record<string, any>>>
): Promise<IterableReadableStream<ToolMessage<MessageStructure<MessageToolSet>> | ToolOutputT>>| Name | Type | Description |
|---|---|---|
input* | any | |
options | Partial<RunnableConfig<Record<string, any>>> |