Agent Client Protocol - v0.5.1
    Preparing search index...

    Interface SessionModeState

    The set of modes and the one currently active.

    interface SessionModeState {
        _meta?: { [k: string]: unknown };
        availableModes: SessionMode[];
        currentModeId: string;
    }
    Index

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    availableModes: SessionMode[]

    The set of modes that the Agent can operate in

    currentModeId: string

    Unique identifier for a Session Mode.