(key: string)
| 79 | }; |
| 80 | |
| 81 | export const isValidProviderInfoKey = (key: string): key is ModelProviderKey => { |
| 82 | return key in PROVIDERS_INFO; |
| 83 | }; |
| 84 | |
| 85 | |
| 86 | // Helper to get the display name from the backend type |
no outgoing calls
no test coverage detected