SIGN IN SIGN UP

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

0 0 79 Python

fix(backend): restore Schedule responses in ToolResponseUnion after master sync

Conflict resolution dropped ScheduleListResponse and ScheduleDeletedResponse
from the codegen union. Both classes still exist in manage_schedules.py and
are returned at runtime, and openapi.json was not regenerated as part of the
merge — so the platform-fullstack-ci export-api-schema gate would fail when
the regenerated file diffs against the committed snapshot.

Re-import and re-add the two arms; verified pnpm format + export-api-schema
round-trip produces zero diff against the committed openapi.json.
M
majdyz committed
2624b6f10ec443b899296a6759fb6796e76a4fa0
Parent: c7ecb4e