vote_trace
Cast votes on coding traces to improve knowledge base quality. Submit upvotes for useful content or downvotes with feedback tags like outdated or wrong.
Instructions
Vote on a trace in the CommonTrace knowledge base.
Args: trace_id: UUID of the trace to vote on vote_type: "up" or "down" feedback_tag: Required for downvotes. One of: outdated, wrong, security_concern, spam feedback_text: Optional explanation for your vote voter_context: Voter's environment context (e.g. {"language": "python", "os": "linux"}) for cross-context vote weighting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trace_id | Yes | ||
| vote_type | Yes | ||
| feedback_tag | No | ||
| feedback_text | No | ||
| voter_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |