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

    Interface AgentTurn

    interface AgentTurn {
        id: string;
        sessionId: string;
        providerName: string;
        model: string;
        status: number;
        messages: AgentMessage[];
        statusMessage: string;
        createdBySubjectId: string;
        createdAt?: Date;
        startedAt?: Date;
        completedAt?: Date;
        executionRef: string;
        output: AgentTurnOutput;
    }
    Index

    Properties

    id: string
    sessionId: string
    providerName: string
    model: string
    status: number
    messages: AgentMessage[]
    statusMessage: string
    createdBySubjectId: string
    createdAt?: Date
    startedAt?: Date
    completedAt?: Date
    executionRef: string