AuditLog Module
Functions and values
| Function or value |
Description
|
|
Create an audit entry for a constitution check
|
|
Create an audit entry for an LLM call
|
Full Usage:
toolInvocation agentId toolName input output permitted level execId
Parameters:
AgentId
toolName : string
input : string
output : string
permitted : bool
level : PermissionLevel
execId : Guid option
Returns: AuditEntry
|
Create an audit entry for a tool invocation
|
Nao