Interface: ToolAuditEntry
Defined in: src/server/ai/assistant/executor.ts:15
A successful audited tool call. Phase 3 wires onAudit to audit_log + masking; the args here are already allowlisted.
Properties
args
readonlyargs:Record<string,unknown>
Defined in: src/server/ai/assistant/executor.ts:17
tool
readonlytool:string
Defined in: src/server/ai/assistant/executor.ts:16