mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
fix: typo
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
parent
12acecfd0f
commit
f6aed780ff
@ -106,7 +106,7 @@ Valves are configurable by admins alone via the Tools or Functions menus. On the
|
|||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
|
|
||||||
# Define and Valves
|
# Define and Valves
|
||||||
class Tool:
|
class Tools:
|
||||||
# Notice the current indentation: Valves and UserValves must be declared as
|
# Notice the current indentation: Valves and UserValves must be declared as
|
||||||
# attributes of a Tools, Filter or Pipe class. Here we take the
|
# attributes of a Tools, Filter or Pipe class. Here we take the
|
||||||
# example of a Tool.
|
# example of a Tool.
|
||||||
|
Loading…
Reference in New Issue
Block a user