From ce535bb69b5ff76593a7e2ccac6133080f2d9946 Mon Sep 17 00:00:00 2001 From: Grant Linville Date: Fri, 30 Aug 2024 16:33:35 -0400 Subject: [PATCH] fix tests Signed-off-by: Grant Linville --- pkg/tests/testdata/TestToolsChange/call1.golden | 2 +- pkg/tests/testdata/TestToolsChange/step1.golden | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/tests/testdata/TestToolsChange/call1.golden b/pkg/tests/testdata/TestToolsChange/call1.golden index 6c7c2d55..69ab3d03 100644 --- a/pkg/tests/testdata/TestToolsChange/call1.golden +++ b/pkg/tests/testdata/TestToolsChange/call1.golden @@ -22,7 +22,7 @@ "function": { "toolID": "sys.read", "name": "read", - "description": "Reads the contents of a file", + "description": "Reads the contents of a file. Can only read plain text files, not binary files", "parameters": { "properties": { "filename": { diff --git a/pkg/tests/testdata/TestToolsChange/step1.golden b/pkg/tests/testdata/TestToolsChange/step1.golden index 1aae05d1..e26862ae 100644 --- a/pkg/tests/testdata/TestToolsChange/step1.golden +++ b/pkg/tests/testdata/TestToolsChange/step1.golden @@ -30,7 +30,7 @@ "function": { "toolID": "sys.read", "name": "read", - "description": "Reads the contents of a file", + "description": "Reads the contents of a file. Can only read plain text files, not binary files", "parameters": { "properties": { "filename": {