Member Junction
    Preparing search index...
    • Decide whether a failed ExecuteAgentResult should keep the conversation detail In-Progress (server may still complete) or paint Error.

      Parameters

      • result: {
            agentRun?: { ErrorMessage?: string };
            errorMessage?: string;
            requestAcknowledged?: boolean;
        }
        • OptionalagentRun?: { ErrorMessage?: string }
        • OptionalerrorMessage?: string
        • OptionalrequestAcknowledged?: boolean

          True when the fire-and-forget mutation returned an ACK before the transport died. False when the request never left the browser (or the ACK never arrived). Undefined for callers that do not know.

      • Optionalfallback: string

      Returns AgentFailureDisposition