Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

eval_math_responses

eval_math_responses(responses, solution=None) -> 
Select a response for a math problem using voting, and check if the response is correct if the solution is provided.
Parameters:
NameDescription
responsesThe list of responses.

solution=None