Files
oh-my-opencode/dist/hooks/question-label-truncator/hook.d.ts
T
2026-03-14 04:56:50 +00:00

8 lines
205 B
TypeScript

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