UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 234 B
/** Trim a configured model id, fall back when empty, and strip known prefixes. */ export declare function normalizeEmbeddingModelWithPrefixes(params: { model: string; defaultModel: string; prefixes: string[]; }): string;