MCPcopy Create free account
hub / github.com/algorithmicsuperintelligence/optillm / get_math_test_messages

Function get_math_test_messages

tests/test_utils.py:81–86  ·  view source on GitHub ↗

Get math test messages for reasoning validation

()

Source from the content-addressed store, hash-verified

79 ]
80
81def 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
88def get_thinking_test_messages():
89 """Get test messages that should generate thinking tokens"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected