You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, in redoc it's displayed as many object. I have to click through them to see the details. I checked the generated openai.json, each variant is inlined within the enum, rather than taking a reference to #/components/schemas/Foo_FooPrice
I wonder if there's a way to let variants display with their name, rather than object?
The text was updated successfully, but these errors were encountered:
My endpoint returns a tagged enum
However, in redoc it's displayed as many
object
. I have to click through them to see the details. I checked the generated openai.json, each variant is inlined within the enum, rather than taking a reference to#/components/schemas/Foo_FooPrice
I wonder if there's a way to let variants display with their name, rather than
![image](https://private-user-images.githubusercontent.com/33482468/290972275-5719f1e7-7577-449f-a4f9-c31ba0446a47.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODQzODUsIm5iZiI6MTczOTM4NDA4NSwicGF0aCI6Ii8zMzQ4MjQ2OC8yOTA5NzIyNzUtNTcxOWYxZTctNzU3Ny00NDlmLWE0ZjktYzMxYmEwNDQ2YTQ3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE4MTQ0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTk1OGNhMmVmMjFiZDdkYjgxNTFkYTQ0YjcyZjVjYTBjODkxMDM2NDAxMjNlMzQ2ZTgyMWNkNmU3NjlmMTZhODQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.wB8lwMCxmKzzmX1M4LP7SVEVoSUmrHUWADSeFwWSCn0)
object
?The text was updated successfully, but these errors were encountered: