Minor updates to functions docs

This commit is contained in:
0xThresh.eth
2024-12-29 12:21:53 -07:00
parent 2136710910
commit a59c7eb297
4 changed files with 9 additions and 9 deletions

View File

@@ -95,7 +95,7 @@ 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 dyanmic 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 Tool.
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 Tool.
Valves are configurable by admins alone and UserValves are configurable by any users.