Files
oh-my-opencode/dist/hooks/question-label-truncator/hook.d.ts
T

8 lines
205 B
TypeScript
Raw Normal View History

export declare function createQuestionLabelTruncatorHook(): {
"tool.execute.before": (input: {
tool: string;
}, output: {
args: Record<string, unknown>;
}) => Promise<void>;
};