chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
import type { HookDeps } from "./types";
|
||||
export declare function createChatMessageHandler(deps: HookDeps): (input: {
|
||||
sessionID: string;
|
||||
agent?: string;
|
||||
model?: {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
};
|
||||
}, output: {
|
||||
message: {
|
||||
model?: {
|
||||
providerID: string;
|
||||
modelID: string;
|
||||
};
|
||||
};
|
||||
parts?: Array<{
|
||||
type: string;
|
||||
text?: string;
|
||||
}>;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user