Files
oh-my-opencode/dist/tools/delegate-task/model-string-parser.d.ts
T

6 lines
141 B
TypeScript
Raw Normal View History

export declare function parseModelString(model: string): {
providerID: string;
modelID: string;
variant?: string;
} | undefined;