pub struct StepDetail {
pub reasoning: Option<String>,
pub message: Option<String>,
pub tools: Vec<ToolDetail>,
pub is_failed: bool,
}Fields§
§reasoning: Option<String>§message: Option<String>§tools: Vec<ToolDetail>§is_failed: boolTrait Implementations§
Source§impl Debug for StepDetail
impl Debug for StepDetail
Auto Trait Implementations§
impl Freeze for StepDetail
impl RefUnwindSafe for StepDetail
impl Send for StepDetail
impl Sync for StepDetail
impl Unpin for StepDetail
impl UnwindSafe for StepDetail
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