pub struct Escapes {
pub delegate: Option<String>,
}Expand description
What a bored run can actually reach, read off the registry by the loop.
Named rather than assumed, on compact’s rule about not naming todo:
pointing the model at a tool that is not registered spends a turn on a call
that can only fail. A run with nothing here still gets the notice — stop
repeating this is the part that does the work, and the rest is where to
go instead.
Fields§
§delegate: Option<String>A tool that runs its work in a conversation of its own, found by
Tool::runs_a_fresh_conversation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Escapes
impl RefUnwindSafe for Escapes
impl Send for Escapes
impl Sync for Escapes
impl Unpin for Escapes
impl UnsafeUnpin for Escapes
impl UnwindSafe for Escapes
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