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

    Interface SessionModelState

    UNSTABLE

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

    The set of models and the one currently active.

    interface SessionModelState {
        _meta?: { [k: string]: unknown };
        availableModels: ModelInfo[];
        currentModelId: string;
    }
    Index

    Properties

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

    Extension point for implementations

    availableModels: ModelInfo[]

    The set of models that the Agent can use

    currentModelId: string

    The current model the Agent is in.