MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / availableModels

Method availableModels

app/src/AI/Assistant.cpp:312–316  ·  view source on GitHub ↗

* @brief Returns the available model list for the given provider. */

Source from the content-addressed store, hash-verified

310 * @brief Returns the available model list for the given provider.
311 */
312QStringList 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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected