hebbrix_log_decision
Record an agent decision and its outcome to feed confidence scores and improve future recommendations. Log choices with success, failure, or partial results to close the action-outcome loop.
Instructions
Record a decision the agent made and, if known, its outcome (success | failure | partial). This feeds hebbrix_confidence so future recommendations improve. Log both the choice and how it turned out.
Shortcut: right after a hebbrix_confidence check you can log just the outcome (e.g. outcome="success") with no description — it auto-fills from the thing you just asked about, closing the confidence -> action -> outcome loop with one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | No | ||
| description | No | ||
| collection_id | No | ||
| decision_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||