Member Junction
    Preparing search index...

    Represents an active agent task that is currently running

    interface ActiveTask {
        agentId?: string;
        agentName: string;
        agentRunId?: string;
        conversationDetailId?: string;
        conversationId?: string;
        conversationName?: string | null;
        id: string;
        relatedMessageId: string;
        startTime: number;
        status: string;
    }
    Index

    Properties

    agentId?: string
    agentName: string
    agentRunId?: string
    conversationDetailId?: string
    conversationId?: string
    conversationName?: string | null
    id: string
    relatedMessageId: string
    startTime: number
    status: string