UNPKG

@assistant-ui/react

Version:

React components for AI chat.

7 lines 298 B
export type UseApplyThreadSuggestionProps = { prompt: string; method: "replace"; autoSend?: boolean | undefined; }; export declare const useThreadSuggestion: ({ prompt, autoSend, }: UseApplyThreadSuggestionProps) => (() => void) | null; //# sourceMappingURL=useThreadSuggestion.d.ts.map