Skip to content

Commit

Permalink
Basic.py instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman Rusia committed Oct 27, 2024
1 parent 0a3ba34 commit 129617b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wcgw/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def loop(
- Optionally `exit shell has restarted` is the output, in which case environment resets, you can run fresh commands.
- The first line might be `(...truncated)` if the output is too long.
- Always run `pwd` if you get any file or directory not found error to make sure you're not lost.
- You can run python/node/other REPL code lines using `execute_command` too. NOTE: `execute_command` doesn't create a new shell, it uses the same shell.
""",
),
openai.pydantic_function_tool(
Expand Down

0 comments on commit 129617b

Please sign in to comment.