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