File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tests/testdata/TestToolsChange Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 },
Original file line number Diff line number Diff line change 2222 "function": {
2323 "toolID": "sys.read",
2424 "name": "read",
25- "description": "Reads the contents of a file",
25+ "description": "Reads the contents of a file. Can only read plain text files, not binary files ",
2626 "parameters": {
2727 "properties": {
2828 "filename": {
Original file line number Diff line number Diff line change 3030 "function": {
3131 "toolID": "sys.read",
3232 "name": "read",
33- "description": "Reads the contents of a file",
33+ "description": "Reads the contents of a file. Can only read plain text files, not binary files ",
3434 "parameters": {
3535 "properties": {
3636 "filename": {
You can’t perform that action at this time.
0 commit comments