Theia API Documentation v1.68.0
    Preparing search index...
    interface CopilotModelDescription {
        enableStreaming: boolean;
        id: string;
        maxRetries: number;
        model: string;
        supportsStructuredOutput: boolean;
    }
    Index

    Properties

    enableStreaming: boolean

    Indicate whether the streaming API shall be used.

    id: string

    The identifier of the model which will be shown in the UI. Format: copilot/{modelName}

    maxRetries: number

    Maximum number of retry attempts when a request fails.

    model: string

    The model ID as used by the Copilot API (e.g., 'gpt-4o', 'claude-3.5-sonnet').

    supportsStructuredOutput: boolean

    Flag to configure whether the model supports structured output.