index.ts 274 B

12345
  1. export { LLMClient } from "./client.js";
  2. export type { LLMClientConfig } from "./client.js";
  3. export { getParsePrompt } from "./prompts/parse-text.js";
  4. export { detectInputFormat } from "./detect-input.js";
  5. export type { InputFormat, DetectResult } from "./detect-input.js";