pub struct FinalizedToolCall {
pub tool_call: ToolCall,
pub result: AgentToolResult,
pub is_error: bool,
}Expand description
Finalized tool call with result.
Fields§
§tool_call: ToolCallpub.
result: AgentToolResultpub.
is_error: boolpub.
Auto Trait Implementations§
impl Freeze for FinalizedToolCall
impl RefUnwindSafe for FinalizedToolCall
impl Send for FinalizedToolCall
impl Sync for FinalizedToolCall
impl Unpin for FinalizedToolCall
impl UnsafeUnpin for FinalizedToolCall
impl UnwindSafe for FinalizedToolCall
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