Member Junction
    Preparing search index...

    Result of one user turn → agent reply.

    interface WidgetTurnResult {
        error?: string;
        reply: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    error?: string
    reply: string

    The agent's reply text (empty string if the agent produced no textual output).

    success: boolean

    True when the turn completed successfully.