Hi, I am working on the applications that require open ai api to return json matching a schema defined in json schema. That said I need to include the schema everytime I make a prompt. Is there any way to achieve similar results without having to include the schema and reducing the characters used?
I know that there is a assistant option available, but it's really not giving consistent responses compared to chat api.