Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface SessionModeState

    UNSTABLE

    This type is not part of the spec, and may be removed or changed at any point.

    interface SessionModeState {
        availableModes: SessionMode[];
        currentModeId: string;
    }
    Index

    Properties

    availableModes: SessionMode[]
    currentModeId: string