Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/tools / audit / emitToolAudit
Function: emitToolAudit()
ts
function emitToolAudit(event): void;Defined in: packages/tools/src/audit/index.ts:160
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