mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-08 22:05:08 -05:00
- Follow-up fix to #10167 - Resolves #10228 ### Changes 🏗️ - Don't assume `block.input_schema.jsonschema()["required"]` exists - Unbreak handling of `webhook_type` in `BaseWebhooksManager.get_manual_webhook(..)` ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - Create an agent with a Generic Webhook Trigger block; go to it in the Library - [x] -> `/library/agents/[id]` loads normally