From f6aed780ff0d7e44db4948c06c4e9be5f3b49941 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Sun, 9 Mar 2025 08:36:21 +0100 Subject: [PATCH] fix: typo Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- docs/features/plugin/tools/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/tools/index.mdx b/docs/features/plugin/tools/index.mdx index 1132144..ec5ac8b 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -106,7 +106,7 @@ Valves are configurable by admins alone via the Tools or Functions menus. On the from pydantic import BaseModel, Field # Define and Valves -class Tool: +class Tools: # Notice the current indentation: Valves and UserValves must be declared as # attributes of a Tools, Filter or Pipe class. Here we take the # example of a Tool.