(apiId: string)
| 628 | } |
| 629 | |
| 630 | function anthropicOmitsThinking(apiId: string) { |
| 631 | return anthropicOpus47OrLater(apiId) || anthropicSonnet5OrLater(apiId) || apiId.includes("fable-5") |
| 632 | } |
| 633 | |
| 634 | function googleThinkingLevelEfforts(apiId: string) { |
| 635 | const id = apiId.toLowerCase() |
no test coverage detected