check_trivia_answer
Determine if a player's trivia answer matches the correct answer, returning a clear result for quiz scoring.
Instructions
Check a player's trivia answer against the correct answer. Fully stateless — Clara passes the correct answer token and the player's response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_name | No | Player name for personalized response | |
| player_answer | Yes | The player's answer (letter or full text) | |
| correct_answer | Yes | The correct answer string (from start_trivia_game output) |