mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-09 15:17:59 -05:00
Fix typos in error handling documentation
Corrected spelling errors in the 'Error Handling' section, including 'Hanlding' to 'Handling', 'errrors' to 'errors', and improved capitalization and grammar for clarity.
This commit is contained in:
@@ -614,9 +614,9 @@ custom_requests = Requests(
|
||||
)
|
||||
```
|
||||
|
||||
### Error Hanlding
|
||||
### Error Handling
|
||||
|
||||
All blocks should have an error output that catches all reasonable errrors that a user can handle, wrap them in a value error, and re-raise. Dont catch things the system admin would need to fix like being out of money or unreachable addresses.
|
||||
All blocks should have an error output that catches all reasonable errors that a user can handle, wrap them in a ValueError, and re-raise. Don't catch things the system admin would need to fix like being out of money or unreachable addresses.
|
||||
|
||||
### Data Models
|
||||
|
||||
|
||||
Reference in New Issue
Block a user