mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-04 18:45:05 -05:00
Doing this via `BaseInvocation`'s `Config.schema_extra()` means all clients get an accurate OpenAPI schema. Shifts the responsibility of correct types to the backend, where previously it was on the client.