The OpenAI Chat Completion API now allows the type json_schema as part of the Structured Output feature (article) . This PR wants to include the capabilities to include this feature by adding a new json_schema argument to the ResponseFormat object. This allows the addition of the schema to be sent as part of the Chat Completion API request
Description
The OpenAI Chat Completion API now allows the type
json_schema
as part of the Structured Output feature (article) . This PR wants to include the capabilities to include this feature by adding a newjson_schema
argument to theResponseFormat
object. This allows the addition of the schema to be sent as part of the Chat Completion API request