UNPKG

aisearchapi-client

Version:

TypeScript client library for AI Search API - search and retrieve intelligent responses with context awareness

4 lines 271 B
export { AISearchAPIClient } from "./client.js"; export type { ClientConfig, SearchRequest, SearchResponse, BalanceResponse, ChatMessage, ChatMessageRole, ResponseType } from "./types.js"; export { AISearchAPIError } from "./types.js"; //# sourceMappingURL=index.d.ts.map