pub struct CallOutcome { /* private fields */ }Expand description
Outcome of processing a call message.
Implementations§
Source§impl CallOutcome
impl CallOutcome
Sourcepub fn tool_results(&self) -> &[ToolInvocationResult]
pub fn tool_results(&self) -> &[ToolInvocationResult]
Returns the tool invocation results that were executed as part of this call.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallOutcome
impl RefUnwindSafe for CallOutcome
impl Send for CallOutcome
impl Sync for CallOutcome
impl Unpin for CallOutcome
impl UnwindSafe for CallOutcome
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