UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 202 B
export declare function extractModelDirective(body?: string, options?: { aliases?: string[]; }): { cleaned: string; rawModel?: string; rawProfile?: string; hasDirective: boolean; };