* @brief Returns the Conversation as a QObject* for QML binding. */
| 140 | * @brief Returns the Conversation as a QObject* for QML binding. |
| 141 | */ |
| 142 | QObject* AI::Assistant::conversationObject() const noexcept |
| 143 | { |
| 144 | return m_conversation.get(); |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * @brief Returns the saved chats as metadata rows for QML, newest first. |