diff options
Diffstat (limited to 'agent/tools')
| -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 = { |
