* @brief Aborts the in-flight reply, if any. */
| 472 | * @brief Aborts the in-flight reply, if any. |
| 473 | */ |
| 474 | void 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. |
no outgoing calls
no test coverage detected