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

    Language model implementation for GitHub Copilot. Uses the OpenAI SDK to communicate with the Copilot API.

    Implements

    Index

    Constructors

    Properties

    accessTokenProvider: () => Promise<undefined | string>
    enableStreaming: boolean
    enterpriseUrlProvider: () => undefined | string
    id: string
    maxRetries: number
    model: string
    runnerOptions: RunnerOptions = ...
    supportsStructuredOutput: boolean
    tokenUsageService?: TokenUsageService

    Methods