[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-11-14 00:10:39 +00:00
parent e28297b625
commit 9d3dbd1a73

View file

@ -197,7 +197,9 @@ class MCQAThinkingEnv(BaseEnv):
{
"messages": tuple(trajectory_messages),
"expected_answer": item[1], # Letter (A, B, C, D)
"ground_truth_text": item[2], # Include the answer_string/ground_truth_text
"ground_truth_text": item[
2
], # Include the answer_string/ground_truth_text
"finish_reason": completion_choice.finish_reason, # Add the stop reason
"tokens": nodes[i].tokens,
"masks": nodes[i].masked_tokens,