Skip to content

Commit e0efabe

Browse files
Update prompt
1 parent 6b97d72 commit e0efabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/stage_test_execute_read_tool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func testExecuteReadTool(stageHarness *test_case_harness.TestCaseHarness) error
4646
fmt.Sprintf("Show me what is inside `%s`.", fileName),
4747
fmt.Sprintf("What does `%s` contain?", fileName),
4848
},
49-
"Exact file contents without backticks.",
49+
"Print exact file contents without backticks.",
5050
)
5151

5252
promptTestCase := test_cases.NonInteractiveTestCase{

internal/test_helpers/fixtures/base_stages/success

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Debug = true
1515
[tester::#MD6] Running tests for Stage #MD6 (md6)
1616
[tester::#MD6] Creating workspace files
1717
[tester::#MD6] [pear.py] print('Hello, World!')
18-
[tester::#MD6] $ ./your_program.sh -p 'Show me what is inside `pear.py`. Exact file contents without backticks.'
18+
[tester::#MD6] $ ./your_program.sh -p 'Show me what is inside `pear.py`. Print exact file contents without backticks.'
1919
[your_program] print('Hello, World!')
2020
[tester::#MD6] ✔ Value is "print('Hello, World!')"
2121
[tester::#MD6] Test passed.

0 commit comments

Comments
 (0)