Documentation
    Preparing search index...

    Interface OpenApiIngestorOptions

    interface OpenApiIngestorOptions {
        aiService?: any;
    }
    Index

    Properties

    Properties

    aiService?: any

    If provided, the ingestor will attempt to use the AI service to parse complex non-standard API documentations (e.g. raw HTML docs, unstructured text) to extract models and endpoints automatically.