Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/tools / audit / emitToolAudit
Function: emitToolAudit()
ts
function emitToolAudit(event): void;Defined in: packages/tools/src/audit/index.ts:156
Emit an audit event. Never throws across listener boundaries — a listener that throws is isolated so it cannot tear down the tool execution path.
Parameters
| Parameter | Type |
|---|---|
event | ToolAuditEvent |
Returns
void