Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
This commit is contained in:
thiswillbeyourgithub 2025-05-09 13:21:36 +02:00
parent 33c43786b5
commit ff0419d9ab

View File

@ -64,7 +64,7 @@ Below is a list of optional arguments your tools can depend on:
- `__metadata__`: Dictionary with chat metadata
- `__messages__`: List of previous messages
- `__files__`: Attached files
- `__model__`: Model name
- `__model__`: A dictionary with model information
Just add them as argument to any method of your Tool class just like `__user__` in the example above.