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

    Interface AgentInteraction

    interface AgentInteraction {
        id: string;
        type: number;
        state: number;
        title: string;
        prompt: string;
        request?: object;
        resolution?: object;
        createdAt?: Date;
        resolvedAt?: Date;
        turnId: string;
        sessionId: string;
    }
    Index

    Properties

    id: string
    type: number
    state: number
    title: string
    prompt: string
    request?: object
    resolution?: object
    createdAt?: Date
    resolvedAt?: Date
    turnId: string
    sessionId: string