UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 197 B
export type EmbeddedContextFile = { path: string; content: string; }; export type FailoverReason = "auth" | "format" | "rate_limit" | "billing" | "timeout" | "model_not_found" | "unknown";