You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gpt_instructions.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Instructions for `BashCommand`:
16
16
- Do not use interactive commands like nano. Prefer writing simpler commands.
17
17
- Status of the command and the current working directory will always be returned at the end.
18
18
- Optionally `exit shell has restarted` is the output, in which case environment resets, you can run fresh commands.
19
-
- The first line might be `(...truncated)` if the output is too long.
19
+
- The first or the last line might be `(...truncated)` if the output is too long.
20
20
- The control will return to you in 5 seconds regardless of the status. For heavy commands, keep checking status using BashInteraction till they are finished.
21
21
- Run long running commands in background using screen instead of "&".
Copy file name to clipboardExpand all lines: src/wcgw/client/anthropic_client.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ def loop(
169
169
- Do not use interactive commands like nano. Prefer writing simpler commands.
170
170
- Status of the command and the current working directory will always be returned at the end.
171
171
- Optionally `exit shell has restarted` is the output, in which case environment resets, you can run fresh commands.
172
-
- The first line might be `(...truncated)` if the output is too long.
172
+
- The first or the last line might be `(...truncated)` if the output is too long.
173
173
- Always run `pwd` if you get any file or directory not found error to make sure you're not lost.
174
174
- The control will return to you in 5 seconds regardless of the status. For heavy commands, keep checking status using BashInteraction till they are finished.
175
175
- Run long running commands in background using screen instead of "&".
- Do not use interactive commands like nano. Prefer writing simpler commands.
90
90
- Status of the command and the current working directory will always be returned at the end.
91
91
- Optionally `exit shell has restarted` is the output, in which case environment resets, you can run fresh commands.
92
-
- The first line might be `(...truncated)` if the output is too long.
92
+
- The first or the last line might be `(...truncated)` if the output is too long.
93
93
- Always run `pwd` if you get any file or directory not found error to make sure you're not lost.
94
94
- The control will return to you in 5 seconds regardless of the status. For heavy commands, keep checking status using BashInteraction till they are finished.
95
95
- Run long running commands in background using screen instead of "&".
Copy file name to clipboardExpand all lines: src/wcgw/client/openai_client.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ def loop(
172
172
- Do not use interactive commands like nano. Prefer writing simpler commands.
173
173
- Status of the command and the current working directory will always be returned at the end.
174
174
- Optionally `exit shell has restarted` is the output, in which case environment resets, you can run fresh commands.
175
-
- The first line might be `(...truncated)` if the output is too long.
175
+
- The first or the last line might be `(...truncated)` if the output is too long.
176
176
- Always run `pwd` if you get any file or directory not found error to make sure you're not lost.
177
177
- The control will return to you in 5 seconds regardless of the status. For heavy commands, keep checking status using BashInteraction till they are finished.
178
178
- Run long running commands in background using screen instead of "&".
0 commit comments