tokonomix_relay_human_feedback
Relay a human's verdict on a council consensus call by submitting their 1-5 rating and optional notes, using the request ID, to earn the higher human reward rate.
Instructions
Relay the HUMAN end-user's verdict on a consensus call — the human channel (source_type='human_via_agent'), distinct from tokonomix_rate_consensus (which is the AGENT's own rating). Use this ONLY when a real human in the session actually told you what they thought of the council's answer — NEVER fabricate or guess a human answer on their behalf; if no human weighed in, do not call this tool. The request_id is returned by tokonomix_consensus_ask in the billing breakdown line ( · request_id: ...) and in the x_council.request_id metadata field. The choice legend (ask the human, then map their answer): 1 = caught a blind spot · 2 = an important improvement · 3 = confirmed my approach · 4 = added nothing · 5 = was wrong/misleading. Optional: free_text accepts up to 2000 chars of the human's own words (trimmed and capped server-side); same privacy handling as tokonomix_rate_consensus's note — stored admin-only, never returned verbatim to any caller. Human feedback earns the (higher) human reward rate, versus the agent-source rate on tokonomix_rate_consensus. If the platform has human-feedback relay disabled, the tool returns a clear "not enabled" message instead of an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| choice | Yes | The human's verdict, 1-5: 1 = caught a blind spot · 2 = an important improvement · 3 = confirmed my approach · 4 = added nothing · 5 = was wrong/misleading. | |
| free_text | No | Optional free-text context in the human's own words (max 2000 chars). | |
| request_id | Yes | The UUID of the consensus call the human is giving feedback on. Returned by tokonomix_consensus_ask. |