For structured output via response_format
remove the restriction of using jsonschema
package.
#829
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
ChatCompletionResponseFormatJSONSchema
struct accepts fieldSchema
as a type ofjsonschema.Definition
this makes it hard to integrate with other json schema libraries or passing our own raw json schema.Describe the solution you'd like
schema
inChatCompletionResponseFormatJSONSchema
toany
, as it is done inFunctionDefinition
. InFunctionDefinition
we can pass anything inParameters
as long as it is json marshallableThe text was updated successfully, but these errors were encountered: