|
106 | 106 | Round</th> |
107 | 107 | <!-- Tool Calls Section --> |
108 | 108 | <th scope="col" aria-label="Valid tool calls executable in state" |
| 109 | + title="Responses with valid tool calls that can be executed in the current game state." |
109 | 110 | class="px-3 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden sm:table-cell border-l-2 border-zinc-300 dark:border-zinc-600"> |
110 | 111 | <div class="flex items-center justify-center space-x-1"> |
111 | 112 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" |
|
124 | 125 | </div> |
125 | 126 | </th> |
126 | 127 | <th scope="col" aria-label="Valid tool calls not executable in state" |
| 128 | + title="Responses with valid tool calls that cannot be executed in the current game state." |
127 | 129 | class="px-3 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden sm:table-cell"> |
128 | 130 | <div class="flex items-center justify-center space-x-1"> |
129 | 131 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" |
|
142 | 144 | </div> |
143 | 145 | </th> |
144 | 146 | <th scope="col" aria-label="Responses without valid tool calls" |
| 147 | + title="Responses without valid tool calls." |
145 | 148 | class="px-3 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden sm:table-cell"> |
146 | 149 | <div class="flex items-center justify-center space-x-1"> |
147 | 150 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" |
|
161 | 164 | </th> |
162 | 165 | <!-- Tokens Section --> |
163 | 166 | <th scope="col" aria-label="Average input tokens" |
| 167 | + title="Average input tokens per tool call." |
164 | 168 | class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden lg:table-cell border-l-2 border-zinc-300 dark:border-zinc-600"> |
165 | 169 | <div class="flex items-center justify-center space-x-1"> |
166 | 170 | <span>In</span> |
|
182 | 186 | </div> |
183 | 187 | </th> |
184 | 188 | <th scope="col" aria-label="Average output tokens" |
| 189 | + title="Average output tokens per tool call (including reasoning tokens)." |
185 | 190 | class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden lg:table-cell"> |
186 | 191 | <div class="flex items-center justify-center space-x-1"> |
187 | 192 | <span>Out</span> |
|
204 | 209 | </th> |
205 | 210 | <!-- Performance Section --> |
206 | 211 | <th scope="col" aria-label="Average time per tool call" |
| 212 | + title="Average time per tool call in seconds." |
207 | 213 | class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden md:table-cell border-l-2 border-zinc-300 dark:border-zinc-600"> |
208 | 214 | <div class="flex items-center justify-center space-x-1"> |
209 | 215 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> |
|
223 | 229 | </div> |
224 | 230 | </th> |
225 | 231 | <th scope="col" aria-label="Average cost per tool call" |
| 232 | + title="Average cost per tool call in milli-dollars." |
226 | 233 | class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden md:table-cell"> |
227 | 234 | <div class="flex items-center justify-center space-x-1"> |
228 | 235 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4"> |
|
0 commit comments