From 81ee8541abd20e67ed1f87a53b8475dd9395b8fa Mon Sep 17 00:00:00 2001 From: franlol Date: Mon, 8 Dec 2025 02:44:04 +0100 Subject: feat: add experimental.text.complete plugin hook (#4962) --- packages/plugin/src/index.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/plugin/src') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index 291d68b79..f00e90482 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -175,4 +175,8 @@ export interface Hooks { metadata: any }, ) => Promise + "experimental.text.complete"?: ( + input: { sessionID: string; messageID: string; partID: string }, + output: { text: string }, + ) => Promise } -- cgit v1.2.3