Arize Phoenix TS
    Preparing search index...

    JSON Schema response format. Used to generate structured JSON responses. Learn more about Structured Outputs.

    interface ResponseFormatJSONSchema {
        json_schema: JSONSchema;
        type: "json_schema";
    }
    Index

    Properties

    Properties

    json_schema: JSONSchema

    Structured Outputs configuration options, including a JSON Schema.

    type: "json_schema"

    The type of response format being defined. Always json_schema.