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

    Interface ResultSubmissionMessage

    Result submission from an expert.

    interface ResultSubmissionMessage {
        type: "result_submission";
        expertId: string;
        result: TaskResult;
        confidence?: number;
        notes?: string;
    }
    Index

    Properties

    type: "result_submission"
    expertId: string
    result: TaskResult
    confidence?: number
    notes?: string