Get math test messages for reasoning validation
()
| 79 | ] |
| 80 | |
| 81 | def get_math_test_messages(): |
| 82 | """Get math test messages for reasoning validation""" |
| 83 | return [ |
| 84 | {"role": "system", "content": "You are a helpful math assistant."}, |
| 85 | {"role": "user", "content": "What is 2 + 2? Answer with just the number."} |
| 86 | ] |
| 87 | |
| 88 | def get_thinking_test_messages(): |
| 89 | """Get test messages that should generate thinking tokens""" |
nothing calls this directly
no outgoing calls
no test coverage detected