* @brief Returns the number of UI message rows in the conversation. */
| 2533 | * @brief Returns the number of UI message rows in the conversation. |
| 2534 | */ |
| 2535 | int AI::Conversation::messageCount() const noexcept |
| 2536 | { |
| 2537 | return static_cast<int>(m_uiMessages.size()); |
| 2538 | } |
| 2539 | |
| 2540 | //-------------------------------------------------------------------------------------------------- |
| 2541 | // Context-window budgeting |
no test coverage detected