Open Agent Loops
API Reference

ApprovalChoice

@open-agent-loops/core


Defined in: permissions/permissions.types.ts:67

What the user picked when prompted: scoped to this call, or remembered.

Enumeration Members

Enumeration MemberValueDescriptionDefined in
AllowAlways"allow_always"Allow this call and persist an "allow" policy for the tool.permissions/permissions.types.ts:71
AllowOnce"allow_once"Allow this call only; do not persist.permissions/permissions.types.ts:69
DenyAlways"deny_always"Deny this call and persist a "deny" policy for the tool.permissions/permissions.types.ts:75
DenyOnce"deny_once"Deny this call only; do not persist.permissions/permissions.types.ts:73

On this page