pub struct ToolCallResult {
pub content: Vec<ToolContent>,
pub is_error: Option<bool>,
}Fields§
§content: Vec<ToolContent>§is_error: Option<bool>Implementations§
Trait Implementations§
Source§impl Debug for ToolCallResult
impl Debug for ToolCallResult
Auto Trait Implementations§
impl Freeze for ToolCallResult
impl RefUnwindSafe for ToolCallResult
impl Send for ToolCallResult
impl Sync for ToolCallResult
impl Unpin for ToolCallResult
impl UnwindSafe for ToolCallResult
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