Skip to main content

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

readonly args: Record<string, unknown>

Defined in: src/server/ai/assistant/executor.ts:17


tool

readonly tool: string

Defined in: src/server/ai/assistant/executor.ts:16