@valon-technologies/gestalt
    Preparing search index...

    Interface AgentSession

    interface AgentSession {
        id: string;
        providerName: string;
        model: string;
        clientRef: string;
        state: number;
        metadata?: JsonObject;
        createdBySubjectId: string;
        createdAt?: Date;
        updatedAt?: Date;
        lastTurnAt?: Date;
    }
    Index

    Properties

    id: string
    providerName: string
    model: string
    clientRef: string
    state: number
    metadata?: JsonObject
    createdBySubjectId: string
    createdAt?: Date
    updatedAt?: Date
    lastTurnAt?: Date