nexus-agents - v2.80.0
    Preparing search index...

    Interface RecordInteractionOptions

    Options for recording an interaction.

    interface RecordInteractionOptions {
        from: string;
        to: string;
        interactionType: string;
        outcome: InteractionOutcome;
        traceId: string;
        durationMs?: number;
    }
    Index

    Properties

    from: string

    Source agent

    to: string

    Target agent

    interactionType: string

    Type of interaction

    Outcome of interaction

    traceId: string

    Trace ID for correlation

    durationMs?: number

    Duration in milliseconds