Files
oh-my-opencode/dist/plugin/system-transform.d.ts
T

11 lines
246 B
TypeScript
Raw Normal View History

export declare function createSystemTransformHandler(): (input: {
sessionID?: string;
model: {
id: string;
providerID: string;
[key: string]: unknown;
};
}, output: {
system: string[];
}) => Promise<void>;