openhands openhands commited on
Commit
6a5c447
·
1 Parent(s): bb0f7af

fix: Update Total cost description in intro to be sum, not average

Browse files

The previous sed command didn't work due to a unicode apostrophe character.

Co-authored-by: openhands <openhands@all-hands.dev>

Files changed (1) hide show
  1. content.py +1 -1
content.py CHANGED
@@ -29,7 +29,7 @@ INTRO_PARAGRAPH = """
29
  <strong>Average score:</strong> A macro-average of the five category-level average scores. Each category contributes equally, regardless of how many benchmarks it includes. This ensures fair comparisons across agents with different domain strengths.
30
  </li>
31
  <li>
32
- <strong>Total cost:</strong> A macro-average of the agents cost per problem across all categories, in USD. Each category contributes equally.
33
  </li>
34
  </ul>
35
 
 
29
  <strong>Average score:</strong> A macro-average of the five category-level average scores. Each category contributes equally, regardless of how many benchmarks it includes. This ensures fair comparisons across agents with different domain strengths.
30
  </li>
31
  <li>
32
+ <strong>Total cost:</strong> The sum of the agent's cost across all categories, in USD.
33
  </li>
34
  </ul>
35