()
| 467 | } |
| 468 | |
| 469 | func (m *installWizardModel) modelRequired() bool { |
| 470 | return m.input.ModelRequired[strings.TrimSpace(m.provider)] |
| 471 | } |
| 472 | |
| 473 | func (m *installWizardModel) updateConfirmStep(msg tea.KeyMsg) (tea.Model, tea.Cmd) { |
| 474 | switch msg.String() { |
no outgoing calls
no test coverage detected