You can use JSON schema to define the output structure of your prompt.
JSON Schema ensures your AI responses follow a specific structure and format. This creates consistent, structured outputs that integrate seamlessly with your applications.
Our JSON Schema implementation follows the OpenAI Structured Outputs specification. This differs from standard JSON Schema but ensures compatibility across AI platforms.For detailed specification differences, refer to the OpenAI Structured Outputs documentation.