pub struct Subagent {
pub id: Option<String>,
pub prompt: Option<String>,
pub result: Option<String>,
}Expand description
A subagent.started / subagent.completed.
Fields§
§id: Option<String>§prompt: Option<String>§result: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Subagent
impl RefUnwindSafe for Subagent
impl Send for Subagent
impl Sync for Subagent
impl Unpin for Subagent
impl UnsafeUnpin for Subagent
impl UnwindSafe for Subagent
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