Files
oh-my-opencode/dist/cli/run/model-resolver.d.ts
T

5 lines
125 B
TypeScript
Raw Normal View History

export declare function resolveRunModel(modelString?: string): {
providerID: string;
modelID: string;
} | undefined;