UNPKG

doc_chat_ai

Version:

Backend SDK for ChatAI - Simple and efficient communication with ChatAI API

4 lines 212 B
export { ChatAIClient } from "./client"; export type { ChatAIConfig, ChatOptions, ChatRequest, ChatResponse, ChatChunk, } from "./types"; export { ChatAIError } from "./types"; //# sourceMappingURL=index.d.ts.map