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

Method cancel

app/src/AI/Assistant.cpp:474–478  ·  view source on GitHub ↗

* @brief Aborts the in-flight reply, if any. */

Source from the content-addressed store, hash-verified

472 * @brief Aborts the in-flight reply, if any.
473 */
474void AI::Assistant::cancel()
475{
476 if (m_conversation)
477 m_conversation->cancel();
478}
479
480/**
481 * @brief Approves a Confirm-tagged tool call by id.

Callers 4

showTipFunction · 0.45
newChatMethod · 0.45
switchChatMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected