* @brief Returns the available model list for the given provider. */
| 310 | * @brief Returns the available model list for the given provider. |
| 311 | */ |
| 312 | QStringList AI::Assistant::availableModels(int providerIdx) const |
| 313 | { |
| 314 | const auto* p = providerAt(providerIdx); |
| 315 | return p ? p->availableModels() : QStringList(); |
| 316 | } |
| 317 | |
| 318 | /** |
| 319 | * @brief Returns the current model selection for the given provider. |
no outgoing calls
no test coverage detected