prefer_candidate
Record a pairwise preference between two candidate actions, specifying the winner and optional reason to guide future selections.
Instructions
Record a pairwise preference between two candidate actions or auditions.
winner should be 'a', 'b', or an explicit candidate id matching A or B.
Requires telemetry consent.
Parameters:
candidate_a: Id / URI / label for option A
candidate_b: Id / URI / label for option B
winner: 'a', 'b', or the winning id
reason: Optional reason ("C has the right attack")
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| winner | Yes | ||
| candidate_a | Yes | ||
| candidate_b | Yes | ||
| user_prompt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |