Files
oh-my-openagent/dist/shared/model-format-normalizer.d.ts
2026-03-14 04:56:50 +00:00

8 lines
174 B
TypeScript

export declare function normalizeModelFormat(model: string | {
providerID: string;
modelID: string;
}): {
providerID: string;
modelID: string;
} | undefined;