mirror of
https://github.com/open-webui/docs
synced 2025-05-19 02:42:15 +00:00
fix: remove very old versioned message
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
parent
0ceb244e73
commit
90badfc708
@ -50,7 +50,7 @@ class Tools:
|
||||
```
|
||||
|
||||
### Type Hints
|
||||
Each tool must have type hints for arguments. As of version Open WebUI version 0.4.3, the types may also be nested, such as `queries_and_docs: list[tuple[str, int]]`. Those type hints are used to generate the JSON schema that is sent to the model. Tools without type hints will work with a lot less consistency.
|
||||
Each tool must have type hints for arguments. The types may also be nested, such as `queries_and_docs: list[tuple[str, int]]`. Those type hints are used to generate the JSON schema that is sent to the model. Tools without type hints will work with a lot less consistency.
|
||||
|
||||
### Valves and UserValves - (optional, but HIGHLY encouraged)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user