From b97e0ffeb786493d37cedeb10ae08651745fd632 Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Sat, 15 Mar 2025 18:58:04 +0100 Subject: [PATCH] typos Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- docs/features/plugin/functions/tab-shared/Common.md | 4 ++-- docs/features/plugin/tools/index.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features/plugin/functions/tab-shared/Common.md b/docs/features/plugin/functions/tab-shared/Common.md index f2f0a2bc..f48d29b7 100644 --- a/docs/features/plugin/functions/tab-shared/Common.md +++ b/docs/features/plugin/functions/tab-shared/Common.md @@ -4,10 +4,10 @@ Valves and UserValves are used to allow users to provide dynamic details such as an API key or a configuration option. These will create a fillable field or a bool switch in the GUI menu for the given function. -+Valves are configurable by admins alone via the Tools or Functions menus. On the other hand UserValves are configurable by any users directly from a chat session. +Valves are configurable by admins alone via the Tools or Functions menus. On the other hand UserValves are configurable by any users directly from a chat session.
-+Commented example +Commented example ``` from pydantic import BaseModel, Field diff --git a/docs/features/plugin/tools/index.mdx b/docs/features/plugin/tools/index.mdx index cc032be1..b44ea80d 100644 --- a/docs/features/plugin/tools/index.mdx +++ b/docs/features/plugin/tools/index.mdx @@ -95,12 +95,12 @@ Each tool must have type hints for arguments. As of version OpenWebUI version 0. ### Valves and UserValves - (optional, but HIGHLY encouraged) -+Valves and UserValves are used to allow users to provide dynamic details such as an API key or a configuration option. These will create a fillable field or a bool switch in the GUI menu for the given function. +Valves and UserValves are used to allow users to provide dynamic details such as an API key or a configuration option. These will create a fillable field or a bool switch in the GUI menu for the given function. Valves are configurable by admins alone and UserValves are configurable by any users.
-+Commented example +Commented example ``` from pydantic import BaseModel, Field