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