From b2f280a7f1ae7ec65551e875d13733a757fc164c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Mon, 2 Mar 2026 07:46:08 +0300 Subject: Feat: read img for completion --- tools.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools.go') diff --git a/tools.go b/tools.go index 1e6cfb8..10ca50b 100644 --- a/tools.go +++ b/tools.go @@ -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" -- cgit v1.2.3