Skip to content

Documentation / @agentick/guardrails / allow

Function: allow() ​

allow(...patterns): GuardrailRule

Defined in: guardrails/src/policy.ts:46

Create an allow rule for the given patterns.

Parameters ​

patterns ​

...string[]

Returns ​

GuardrailRule

Released under the ISC License.