mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 11:14:59 -05:00
This fixes a problem with `Annotated` which prevented us from using pydantic's `Field` to specify a discriminator for a union. We had to use FastAPI's `Body` as a workaround.