fix(channels): execute tool calls in channel runtime (#302)
* fix(channels): execute tool calls in channel runtime (#302) * chore(fmt): align repo formatting with rustfmt 1.92
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pub mod audit;
|
||||
pub mod detect;
|
||||
#[cfg(feature = "sandbox-bubblewrap")]
|
||||
pub mod bubblewrap;
|
||||
pub mod detect;
|
||||
pub mod docker;
|
||||
#[cfg(target_os = "linux")]
|
||||
pub mod firejail;
|
||||
|
||||
Reference in New Issue
Block a user