diff --git a/docs/features/plugin/functions/tab-shared/Common.md b/docs/features/plugin/functions/tab-shared/Common.md index f2f0a2b..f48d29b 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 cc032be..b44ea80 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