Files
oh-my-opencode/dist/tools/delegate-task/model-string-parser.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
141 B
TypeScript

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