-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
When JSON schemas become overly complex and nested, pydantic comes to the rescue. It converts them into a more readable structure, but I provide a separate schema for each user in the API. This has made management quite challenging.
I want a step towards simplifying a global JSON struct or its transformations and being able to save it to the database.
Or at least
let us use
Schema.model_json_schema()
Additional context
If I don't know a method, please tell me what you do.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested