Skip to content

Commit d67a17e

Browse files
committed
chore: sys.read: improve description
Signed-off-by: Grant Linville <[email protected]>
1 parent 1ad818b commit d67a17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/builtin/builtin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ var tools = map[string]types.Tool{
5959
"sys.read": {
6060
ToolDef: types.ToolDef{
6161
Parameters: types.Parameters{
62-
Description: "Reads the contents of a file",
62+
Description: "Reads the contents of a file. Can only read plain text files, not binary files",
6363
Arguments: types.ObjectSchema(
6464
"filename", "The name of the file to read"),
6565
},

0 commit comments

Comments
 (0)