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

Method currentModel

app/src/AI/Assistant.cpp:321–325  ·  view source on GitHub ↗

* @brief Returns the current model selection for the given provider. */

Source from the content-addressed store, hash-verified

319 * @brief Returns the current model selection for the given provider.
320 */
321QString AI::Assistant::currentModel(int providerIdx) const
322{
323 const auto* p = providerAt(providerIdx);
324 return p ? p->currentModel() : QString();
325}
326
327/**
328 * @brief Returns a friendly label for a model id (e.g. "Claude Haiku 4.5").

Callers 2

setModelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected