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

Method onConversationBusyChanged

app/src/AI/Assistant.cpp:627–633  ·  view source on GitHub ↗

* @brief Re-emits the conversation busy signal; persists the active chat when it goes idle. */

Source from the content-addressed store, hash-verified

625 * @brief Re-emits the conversation busy signal; persists the active chat when it goes idle.
626 */
627void AI::Assistant::onConversationBusyChanged()
628{
629 if (m_conversation && !m_conversation->busy())
630 persistActiveChat();
631
632 Q_EMIT busyChanged();
633}
634
635/**
636 * @brief Re-emits conversation errors as the Assistant's.

Callers

nothing calls this directly

Calls 1

busyMethod · 0.45

Tested by

no test coverage detected