We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad818b commit d67a17eCopy full SHA for d67a17e
pkg/builtin/builtin.go
@@ -59,7 +59,7 @@ var tools = map[string]types.Tool{
59
"sys.read": {
60
ToolDef: types.ToolDef{
61
Parameters: types.Parameters{
62
- Description: "Reads the contents of a file",
+ Description: "Reads the contents of a file. Can only read plain text files, not binary files",
63
Arguments: types.ObjectSchema(
64
"filename", "The name of the file to read"),
65
},
0 commit comments