update: Implement cancellation notification using mpsc::channel
This commit is contained in:
@@ -9,7 +9,6 @@ use std::sync::atomic::{AtomicUsize, Ordering};
|
||||
use schemars;
|
||||
use serde;
|
||||
|
||||
use llm_worker::tool::{Tool, ToolMeta};
|
||||
use llm_worker_macros::tool_registry;
|
||||
|
||||
// =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user