Theia API Documentation v1.72.1
    Preparing search index...

    Implements

    Index

    Constructors

    Properties

    _apiKey: undefined | string
    _proxyUrl: undefined | string
    languageModelRegistry: LanguageModelRegistry
    modelInfoCache: Map<string, Promise<ModelInfo>> = ...

    Cached /v1/models lookups keyed by ${baseURL}::${model}. Successful lookups are kept for the process lifetime; failed lookups are evicted so the next call retries.

    Accessors

    Methods