Header menu logo Nao

AuditAction Type

Actions that can be audited

Union cases

Union case Description

AgentDelegation agentName

Full Usage: AgentDelegation agentName

Parameters:
    agentName : string

agentName : string

ConstitutionCheck

Full Usage: ConstitutionCheck

LifecycleTransition(fromState, toState)

Full Usage: LifecycleTransition(fromState, toState)

Parameters:
    fromState : string
    toState : string

fromState : string
toState : string

LlmCall model

Full Usage: LlmCall model

Parameters:
    model : string

model : string

MemoryRead key

Full Usage: MemoryRead key

Parameters:
    key : string

key : string

MemoryWrite key

Full Usage: MemoryWrite key

Parameters:
    key : string

key : string

PermissionCheck capability

Full Usage: PermissionCheck capability

Parameters:
    capability : string

capability : string

ResourceAccess(resourceType, resource)

Full Usage: ResourceAccess(resourceType, resource)

Parameters:
    resourceType : string
    resource : string

resourceType : string
resource : string

ToolInvocation toolName

Full Usage: ToolInvocation toolName

Parameters:
    toolName : string

toolName : string

Instance members

Instance member Description

this.IsAgentDelegation

Full Usage: this.IsAgentDelegation

Returns: bool
Returns: bool

this.IsConstitutionCheck

Full Usage: this.IsConstitutionCheck

Returns: bool
Returns: bool

this.IsLifecycleTransition

Full Usage: this.IsLifecycleTransition

Returns: bool
Returns: bool

this.IsLlmCall

Full Usage: this.IsLlmCall

Returns: bool
Returns: bool

this.IsMemoryRead

Full Usage: this.IsMemoryRead

Returns: bool
Returns: bool

this.IsMemoryWrite

Full Usage: this.IsMemoryWrite

Returns: bool
Returns: bool

this.IsPermissionCheck

Full Usage: this.IsPermissionCheck

Returns: bool
Returns: bool

this.IsResourceAccess

Full Usage: this.IsResourceAccess

Returns: bool
Returns: bool

this.IsToolInvocation

Full Usage: this.IsToolInvocation

Returns: bool
Returns: bool

Type something to start searching.