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
Currently, there is minimal field validation and the existing one is made by hand in the constructors. So, the client of this library needs to read the OpenAI API specification to not make errors, which could be avoided if we include full validations.
A nice-to-have option will be to use an external library to handle validations by annotations. This could have the additional benefit to serve as metadata to be compared against the API specification and identify any difference by changes in the OpenAI side.
The text was updated successfully, but these errors were encountered:
Currently, there is minimal field validation and the existing one is made by hand in the constructors. So, the client of this library needs to read the OpenAI API specification to not make errors, which could be avoided if we include full validations.
A nice-to-have option will be to use an external library to handle validations by annotations. This could have the additional benefit to serve as metadata to be compared against the API specification and identify any difference by changes in the OpenAI side.
The text was updated successfully, but these errors were encountered: