Function guardrailNode

  • Parameters

    • guardrailIds: string[]
    • config: {
          onViolation: "warn" | "block" | "reroute" | "sanitize";
          rerouteTarget?: string;
      }
      • onViolation: "warn" | "block" | "reroute" | "sanitize"
      • Optional rerouteTarget?: string

    Returns GraphNode