In the open AI doc, the completions endpoint is considered legacy. I noticed there was partial support, but it would be nice to have full support including structured output like this:
text: { format: { type: "json_schema", name: "answer_prompt", strict: true, schema: schema } }
In the open AI doc, the
completionsendpoint is considered legacy. I noticed there was partial support, but it would be nice to have full support including structured output like this:text: { format: { type: "json_schema", name: "answer_prompt", strict: true, schema: schema } }