Write decision event
write_decision_eventLog decision events directly to the ledger when agents need to manually record an action.
Instructions
Logs a decision event to the ledger. Most decision tools write their own events; this tool is for agents that want to log an action directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | ||
| allowed | Yes | ||
| reasons | No | ||
| courseId | No | demo | |
| toolName | Yes | ||
| riskLevel | No | low | |
| actionType | Yes | ||
| inputSummary | Yes | ||
| resultSummary | Yes | ||
| fingerprintKey | No | manual | |
| requiresApproval | No |