Skip to main content

Interface: GuardrailHitlOverrideResult

Defined in: packages/agentos/src/api/agency.ts:1350

Result of a post-approval guardrail check.

Contains the blocking guardrail's ID and reason when the override fires.

Properties

guardrailId?

optional guardrailId: string

Defined in: packages/agentos/src/api/agency.ts:1354

The guardrail ID that triggered the block (when passed is false).


passed

passed: boolean

Defined in: packages/agentos/src/api/agency.ts:1352

Whether the guardrails passed (tool call may proceed).


reason?

optional reason: string

Defined in: packages/agentos/src/api/agency.ts:1356

Human-readable reason for the block.