pub struct ToolLoopConfig {
pub sandbox: PathBuf,
pub scheds_root: Option<PathBuf>,
pub allow_edit: bool,
pub max_iterations: u32,
}Expand description
Read/edit sandbox + iteration cap for the tool loop.
Fields§
§sandbox: PathBuf§scheds_root: Option<PathBuf>§allow_edit: bool§max_iterations: u32Auto Trait Implementations§
impl Freeze for ToolLoopConfig
impl RefUnwindSafe for ToolLoopConfig
impl Send for ToolLoopConfig
impl Sync for ToolLoopConfig
impl Unpin for ToolLoopConfig
impl UnsafeUnpin for ToolLoopConfig
impl UnwindSafe for ToolLoopConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more