Theia API Documentation v1.65.0
    Preparing search index...
    interface ResponseFormatJsonSchema {
        json_schema: {
            description?: string;
            name: string;
            schema?: Record<string, unknown>;
            strict?: null | boolean;
        };
        type: "json_schema";
    }
    Index

    Properties

    Properties

    json_schema: {
        description?: string;
        name: string;
        schema?: Record<string, unknown>;
        strict?: null | boolean;
    }
    type: "json_schema"