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

    Interface NewSessionResponse

    Response from creating a new session.

    See protocol docs: Creating a Session

    interface NewSessionResponse {
        sessionId: string;
    }
    Index

    Properties

    Properties

    sessionId: string

    Unique identifier for the created session.

    Used in all subsequent requests for this conversation.