AuditAction Type
Actions that can be audited
Union cases
| Union case |
Description
|
Full Usage:
AgentDelegation agentName
Parameters:
string
|
|
Full Usage:
ConstitutionCheck
|
|
Full Usage:
LifecycleTransition(fromState, toState)
Parameters:
string
toState : string
|
|
Full Usage:
LlmCall model
Parameters:
string
|
|
Full Usage:
MemoryRead key
Parameters:
string
|
|
Full Usage:
MemoryWrite key
Parameters:
string
|
|
Full Usage:
PermissionCheck capability
Parameters:
string
|
|
Full Usage:
ResourceAccess(resourceType, resource)
Parameters:
string
resource : string
|
|
Full Usage:
ToolInvocation toolName
Parameters:
string
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAgentDelegation
Returns: bool
|
|
Full Usage:
this.IsConstitutionCheck
Returns: bool
|
|
Full Usage:
this.IsLifecycleTransition
Returns: bool
|
|
Full Usage:
this.IsLlmCall
Returns: bool
|
|
Full Usage:
this.IsMemoryRead
Returns: bool
|
|
Full Usage:
this.IsMemoryWrite
Returns: bool
|
|
Full Usage:
this.IsPermissionCheck
Returns: bool
|
|
Full Usage:
this.IsResourceAccess
Returns: bool
|
|
Full Usage:
this.IsToolInvocation
Returns: bool
|
|
Nao