diff options
| author | t <t@tjp.lol> | 2026-06-10 14:37:17 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-06-10 14:39:20 -0600 |
| commit | ea4bff482374fa8bce38636311fa582e3c87ad47 (patch) | |
| tree | 40428c2f02027ec752ffb78a85565c6e132be8bc | |
| parent | fb1b0a96d668686106df84c44b540062e7e546a7 (diff) | |
better document that the read tool works with binary types
| -rw-r--r-- | agent/tools/read.lua | 2 |
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 = { |
