(model: string)
| 164 | }; |
| 165 | |
| 166 | const handleModelChange = (model: string) => { |
| 167 | onConversationPatched({ model_name: model }); |
| 168 | }; |
| 169 | |
| 170 | if (availableModels.length === 0) { |
| 171 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected