UNPKG

@assistant-ui/react

Version:

Typescript/React library for AI Chat

3 lines 223 B
import type { ThreadAssistantMessage } from "../../types"; export declare const shouldContinue: (result: ThreadAssistantMessage, humanToolNames: string[] | undefined) => boolean; //# sourceMappingURL=shouldContinue.d.ts.map