(provider: string, model: string)
| 111 | * Create a full model string from provider and model name |
| 112 | */ |
| 113 | export function modelString(provider: string, model: string): string { |
| 114 | return `${provider}:${model}`; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Send a message via IPC |
no outgoing calls
no test coverage detected