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

    Function requiresCitation

    • Check whether an action type requires at least one source citation. Escalation (RequestHumanApproval) and refusal (RefuseAction) are exempt.

      Parameters

      • actionType:
            | "GeneratePatchPlan"
            | "DraftReply"
            | "ProposeLabels"
            | "SummarizeIssue"
            | "ClassifyIssue"
            | "IdentifyDuplicates"
            | "RequestHumanApproval"
            | "RefuseAction"
            | "HandoffMessage"

        The action type discriminator value.

      Returns boolean

      True if the action must include source citations.