* @brief Returns the index of the currently selected provider. */
| 104 | * @brief Returns the index of the currently selected provider. |
| 105 | */ |
| 106 | int 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. |