QuestionQ1

UiPath Platform and Automation Components

What is the main role of guardrails in tools?

  • A Guardrails are designed to apply only after tool execution, without influencing pre-execution conditions.
  • B Guardrails are used exclusively to automate all tool corrections without the possibility of triggering human intervention.
  • C Guardrails control unexpected behaviors within tool calls deterministically, allowing developers to configure conditions for human intervention and escalations.
  • D Guardrails only validate tool inputs during development and do not address unpredictable behaviors at runtime.
Explanation

Tool guardrails provide deterministic checks around custom function-tool calls, including validation or blocking before execution and handling results after execution. Tool calls can also be configured to require human approval, enabling intervention and escalation when needed.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!