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

    Interface SetSessionModelRequest

    UNSTABLE

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

    Select a model for a given session.

    interface SetSessionModelRequest {
        _meta?: { [k: string]: unknown };
        modelId: string;
        sessionId: string;
    }
    Index

    Properties

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

    Extension point for implementations

    modelId: string

    The ID of the model to set.

    sessionId: string

    The ID of the session to set the model for.