chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export declare function createQuestionLabelTruncatorHook(): {
|
||||
"tool.execute.before": (input: {
|
||||
tool: string;
|
||||
}, output: {
|
||||
args: Record<string, unknown>;
|
||||
}) => Promise<void>;
|
||||
};
|
||||
@@ -0,0 +1 @@
|
||||
export { createQuestionLabelTruncatorHook } from "./hook";
|
||||
Reference in New Issue
Block a user