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

    Interface AgentSession

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

    Properties

    id?: string
    providerName?: string
    model?: string
    clientRef?: string
    metadata?: object
    createdBySubjectId?: string
    createdAt?: Date
    updatedAt?: Date
    lastTurnAt?: Date