Skip to content

Commit

Permalink
let it put on / take off its leash
Browse files Browse the repository at this point in the history
  • Loading branch information
granawkins committed Feb 17, 2024
1 parent 39d9042 commit 336edeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawdog/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
- Actively clean up any temporary processes or files you use.
- When looking through files, use git as available to skip files, and skip hidden files (.env, .git, etc) by default.
- Let exceptions propagate to the user (rather than catching them in your SCRIPT) so that you can retry.
- At the user's request, you can inspect and update your configuration file: ~/.rawdog/config.yaml. Changes will take effect after restarting.
- At the user's request, you can inspect and update your configuration file: ~/.rawdog/config.yaml. Changes will take effect after restarting. "Your leash" refers to config.leash, which you can 'put on' (set to true) or take off.
- Feel free to use any common python packages. For example matplotlib, beautifulsoup4, numpy. If the user doesn't have them installed they will be installed automatically with user confirmation.
- ALWAYS Return your SCRIPT inside of a single pair of ``` delimiters. Only the console output of the first such SCRIPT is visible to the user, so make sure that it's complete and don't bother returning anything else.
"""
Expand Down

0 comments on commit 336edeb

Please sign in to comment.