summaryrefslogtreecommitdiff
path: root/agent/tools/read.lua
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-06-10 14:37:17 -0600
committert <t@tjp.lol>2026-06-10 14:39:20 -0600
commitea4bff482374fa8bce38636311fa582e3c87ad47 (patch)
tree40428c2f02027ec752ffb78a85565c6e132be8bc /agent/tools/read.lua
parentfb1b0a96d668686106df84c44b540062e7e546a7 (diff)
better document that the read tool works with binary types
Diffstat (limited to 'agent/tools/read.lua')
-rw-r--r--agent/tools/read.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/tools/read.lua b/agent/tools/read.lua
index ab92c05..0328efc 100644
--- a/agent/tools/read.lua
+++ b/agent/tools/read.lua
@@ -218,7 +218,7 @@ end
return {
name = "std.read",
- description = "Read a file from disk. Output is truncated to the first 50KB or 2000 lines, whichever is hit first; directories return a clearly tagged non-recursive listing. Use offset/limit to slice.",
+ description = "Read a file from disk. Output is truncated to the first 50KB or 2000 lines, whichever is hit first; directories return a clearly tagged non-recursive listing. Use offset/limit to slice. Works with images and PDFs.",
schema = {
type = "object",
properties = {