UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 157 B
import type { StreamChunk } from '@n8n/agents'; export declare function streamAgentChunks(stream: ReadableStream<StreamChunk>): AsyncGenerator<StreamChunk>;