Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
GuardrailResult
Interface GuardrailResult
interface
GuardrailResult
{
action
:
"pass"
|
GuardrailAction
;
id
:
string
;
input
:
string
;
passed
:
boolean
;
steeringApplied
:
{
responseTemplate
?:
string
;
ruleId
:
string
;
steerToward
:
string
;
}
[]
;
suggestedRewrite
?:
string
;
timestamp
:
number
;
violations
:
GuardrailViolation
[]
;
}
Index
Properties
action
id
input
passed
steering
Applied
suggested
Rewrite?
timestamp
violations
Properties
action
action
:
"pass"
|
GuardrailAction
Overall action to take
id
id
:
string
input
input
:
string
passed
passed
:
boolean
steering
Applied
steeringApplied
:
{
responseTemplate
?:
string
;
ruleId
:
string
;
steerToward
:
string
;
}
[]
Optional
suggested
Rewrite
suggestedRewrite
?:
string
Suggested rewritten output (if action is 'rewrite')
timestamp
timestamp
:
number
violations
violations
:
GuardrailViolation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
id
input
passed
steering
Applied
suggested
Rewrite
timestamp
violations
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Overall action to take