UNPKG

@assistant-ui/react

Version:

React components for AI chat.

4 lines 273 B
import { ChatModelRunResult } from "../../local/ChatModelAdapter"; import { ToolResultStreamPart } from "./toolResultStream"; export declare function runResultStream(): TransformStream<ToolResultStreamPart, ChatModelRunResult>; //# sourceMappingURL=runResultStream.d.ts.map