issues
search
AbanteAI
/
rawdog
Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.79k
stars
140
forks
source link
Retry on error
#66
Closed
granawkins
closed
9 months ago
granawkins
commented
9 months ago
Add
retries
to the config, to retry generating a script if it raises and exception.
Update prompt to explain how to handle errors, and to let them propagate.
Update all examples with new prompt + remove try/except blocks.
retries
to the config, to retry generating a script if it raises and exception.