langchain.js
    Preparing search index...

    Interface XAIResponsesTextFormatJsonSchema

    JSON schema format.

    interface XAIResponsesTextFormatJsonSchema {
        schema: Record<string, unknown>;
        strict?: boolean;
        type: "json_schema";
    }
    Index

    Properties

    Properties

    schema: Record<string, unknown>

    JSON schema definition.

    strict?: boolean

    Compatibility field for strict mode.

    type: "json_schema"