Skip to content

Commit ce535bb

Browse files
committed
fix tests
Signed-off-by: Grant Linville <[email protected]>
1 parent d67a17e commit ce535bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/tests/testdata/TestToolsChange/call1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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": {

pkg/tests/testdata/TestToolsChange/step1.golden

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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": {

0 commit comments

Comments
 (0)