UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

16 lines (15 loc) 402 B
type BatchOutputErrorLike = { error?: { message?: string; }; response?: { body?: { error?: { message?: string; }; }; }; }; export declare function extractBatchErrorMessage(lines: BatchOutputErrorLike[]): string | undefined; export declare function formatUnavailableBatchError(err: unknown): string | undefined; export {};