@sqlrooms/ai / CommandGuardResult
Type Alias: CommandGuardResult
CommandGuardResult =
object
The caller-scoped access decision for a room command descriptor.
Properties
allowed
allowed:
boolean
Whether the command tools may expose and execute the command.
code?
optionalcode?:string
Optional machine-readable refusal code returned by execute_command.
message?
optionalmessage?:string
Optional refusal or redirect message returned by execute_command.