Theia API Documentation v1.69.0
    Preparing search index...
    interface ChatSessionSettings {
        commonSettings?: CommonChatSessionSettings;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Allow arbitrary provider-specific settings. These correspond to the "Advanced Settings (JSON)" in the UI and are passed directly to the LLM.

    Index

    Properties

    Properties

    commonSettings?: CommonChatSessionSettings

    Theia-specific common settings processed by Theia. This key is excluded when passing settings to LLM providers.