* @brief Drops every session-authorized path from the read allow-list. */
| 617 | * @brief Drops every session-authorized path from the read allow-list. |
| 618 | */ |
| 619 | void AI::Assistant::clearDroppedPaths() |
| 620 | { |
| 621 | AI::FileSandbox::instance().clearDroppedPaths(); |
| 622 | } |
| 623 | |
| 624 | /** |
| 625 | * @brief Re-emits the conversation busy signal; persists the active chat when it goes idle. |
no outgoing calls
no test coverage detected