UNPKG

chat-stream-ai

Version:

AI SDK for handling streaming response from conversational AI

7 lines (6 loc) 152 B
declare const useChatStream: (url: string) => { data: string[]; error: string; startStreaming: () => void; }; export default useChatStream;