From c841538c515c2cb4f1a99556c7c5cf20a234a4d9 Mon Sep 17 00:00:00 2001 From: Do-hyun Ko Date: Fri, 27 Dec 2024 05:09:32 +0900 Subject: [PATCH] Fix semantic meaning error --- plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins.md b/plugins.md index 854e28b0..92832dab 100644 --- a/plugins.md +++ b/plugins.md @@ -118,7 +118,7 @@ Adds a risu script handler to the plugin. - `type: string` - The handler type. one of `display`, `output`, `input`, `process` - `display` - The handler will be called when the data is displayed. - `output` - The handler will be called when the data is outputted by the AI model. - - `input` - The handler will be called when the data is inputted to the user. + - `input` - The handler will be called when the data is inputted by the user. - `process` - The handler will be called when creating actual request data. - `func: (content:string) => string|null|undefined|Promise` - The handler function. - `content: string` - The content to handle.