From ff0419d9abeefa1f93e2de14debbc9befda88c1c Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> Date: Fri, 9 May 2025 13:21:36 +0200 Subject: [PATCH] minor Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com> --- docs/features/plugin/tools/development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/plugin/tools/development.mdx b/docs/features/plugin/tools/development.mdx index b12a291c..fdd02768 100644 --- a/docs/features/plugin/tools/development.mdx +++ b/docs/features/plugin/tools/development.mdx @@ -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.