diff options
Diffstat (limited to 'packages/plugin/src')
| -rw-r--r-- | packages/plugin/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index 4b187efe7..0601e5877 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -144,7 +144,7 @@ export interface Hooks { * Called when a new message is received */ "chat.message"?: ( - input: { sessionID: string; agent?: string; model?: { providerID: string; modelID: string; messageID?: string } }, + input: { sessionID: string; agent?: string; model?: { providerID: string; modelID: string }; messageID?: string }, output: { message: UserMessage; parts: Part[] }, ) => Promise<void> /** |
