Files
AutoGPT/autogpt_platform/backend
Zamil Majdy ade1072e4a fix(backend/executor): Nullify credentials when deleted instead of using field default
When a configured credential is deleted, set input_data to None (consistent
with the "no credentials" path at line 279) instead of the field's raw
default value ({}), which would fail CredentialsMetaInput validation.
2026-02-11 06:41:41 +04:00
..