* @brief Re-queries the local model list (typically after the user edits the URL). */
| 848 | * @brief Re-queries the local model list (typically after the user edits the URL). |
| 849 | */ |
| 850 | void AI::Assistant::refreshLocalModels() |
| 851 | { |
| 852 | if (auto* lp = dynamic_cast<LocalProvider*>(m_local.get())) |
| 853 | lp->refreshModels(); |
| 854 | } |
| 855 | |
| 856 | // code-verify on |
nothing calls this directly
no test coverage detected