(modelId: string)
| 208 | } |
| 209 | |
| 210 | function managedModelKey(modelId: string): string { |
| 211 | return `${KIMI_CODE_PLATFORM_ID}/${modelId}`; |
| 212 | } |
| 213 | |
| 214 | interface SelectedDefaultModel { |
| 215 | readonly modelKey: string; |
no outgoing calls
no test coverage detected