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
Several objects require properties that don’t appear in the properties list:
sessions in components.schemas.CostsResult
logprobs in components.schemas.CreateChatCompletionFunctionResponse
type in components.schemas.ResponseFormatJsonSchema
Either they should be added to the properties list or removed from the required section.
For anyone using OpenAPI generators, the straightforward fix is to remove them, but if they are required you’ll have to put them back and add their property definition.
The text was updated successfully, but these errors were encountered:
Several objects require properties that don’t appear in the properties list:
sessions
in components.schemas.CostsResultlogprobs
in components.schemas.CreateChatCompletionFunctionResponsetype
in components.schemas.ResponseFormatJsonSchemaEither they should be added to the properties list or removed from the required section.
For anyone using OpenAPI generators, the straightforward fix is to remove them, but if they are required you’ll have to put them back and add their property definition.
The text was updated successfully, but these errors were encountered: