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

Method currentProvider

app/src/AI/Assistant.cpp:106–109  ·  view source on GitHub ↗

* @brief Returns the index of the currently selected provider. */

Source from the content-addressed store, hash-verified

104 * @brief Returns the index of the currently selected provider.
105 */
106int AI::Assistant::currentProvider() const noexcept
107{
108 return m_currentProvider;
109}
110
111/**
112 * @brief Returns true if any provider has a stored key, or the Local provider is wired.

Callers 1

refreshModelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected