()
| 40 | } |
| 41 | |
| 42 | function getCachePath(): string { |
| 43 | return join(getCacheDir(), 'model-capabilities.json') |
| 44 | } |
| 45 | |
| 46 | function isModelCapabilitiesEligible(): boolean { |
| 47 | // Upstream gates this to ant-only, but the /v1/models API is available |
no test coverage detected