diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-02 07:46:08 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-02 07:46:08 +0300 |
| commit | b2f280a7f1ae7ec65551e875d13733a757fc164c (patch) | |
| tree | eda23106e68fada336f88123743bbb3de598de77 | |
| parent | 65cbd5d6a6cb3a73f122040347259a89b22777d7 (diff) | |
Feat: read img for completion
| -rw-r--r-- | tools.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -85,6 +85,11 @@ Your current tools: "when_to_use": "when asked to read the content of a file" }, { +"name":"file_read_image", +"args": ["path"], +"when_to_use": "when asked to read or view an image file" +}, +{ "name":"file_write", "args": ["path", "content"], "when_to_use": "when needed to overwrite content to a file" |
