(model: string)
| 543 | ] |
| 544 | |
| 545 | function isLegacyOpusFirstParty(model: string): boolean { |
| 546 | return LEGACY_OPUS_FIRSTPARTY.includes(model) |
| 547 | } |
| 548 | |
| 549 | /** |
| 550 | * Opt-out for the legacy Opus 4.0/4.1 → current Opus remap. |
no outgoing calls
no test coverage detected