Predict Pokemon Battle
predict_battleDetermine which Pokémon wins a battle using base stats and type effectiveness. Input two Pokémon names to get a deterministic winner prediction.
Instructions
Predict the winner of a battle between two Pokemon using a deterministic model based on base stats and type effectiveness. Same inputs always produce the same result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pokemon_a | Yes | First Pokemon's name (fuzzy matching supported) | |
| pokemon_b | Yes | Second Pokemon's name (fuzzy matching supported) |