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