* @brief Returns true while the conversation is awaiting a reply. */
| 132 | * @brief Returns true while the conversation is awaiting a reply. |
| 133 | */ |
| 134 | bool AI::Assistant::busy() const noexcept |
| 135 | { |
| 136 | return m_conversation && m_conversation->busy(); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * @brief Returns the Conversation as a QObject* for QML binding. |
no outgoing calls
no test coverage detected