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

    Serialized representation of ChatModel.

    interface SerializedChatModel {
        hierarchy: SerializableHierarchy;
        location: ChatAgentLocation;
        requests: SerializableChatRequestData[];
        responses: SerializableChatResponseData[];
        sessionId: string;
        settings?: ChatSessionSettings;
    }
    Index

    Properties

    The complete hierarchy of requests including all alternatives (branches).

    All requests referenced by the hierarchy

    All responses for the requests

    sessionId: string

    Per-session settings (e.g. the per-session model override) so they survive a reload and the chat input can restore the correct selection.