Member Junction
    Preparing search index...

    Completion event broadcast when an agent finishes. Includes enriched result data from the server's fire-and-forget completion event.

    interface CompletionEvent {
        agentRunId: string;
        conversationDetailId: string;
        errorMessage?: string;
        success?: boolean;
    }
    Index

    Properties

    agentRunId: string
    conversationDetailId: string
    errorMessage?: string

    Error message if the agent execution failed.

    success?: boolean

    Whether the agent execution succeeded.