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

    A session tracking raw exchanges with language models, organized into exchange units.

    interface LanguageModelSession {
        exchanges: LanguageModelExchange[];
        id: string;
    }
    Index

    Properties

    Properties

    All exchange units part of this session

    id: string

    Identifier of this Language Model Session. Corresponds to Chat session ids