pub struct RunAgentResult {
pub messages: Vec<Value>,
pub result: AgentToolResult,
}Expand description
Result from running an agent.
Fields§
§messages: Vec<Value>§result: AgentToolResultAuto Trait Implementations§
impl Freeze for RunAgentResult
impl RefUnwindSafe for RunAgentResult
impl Send for RunAgentResult
impl Sync for RunAgentResult
impl Unpin for RunAgentResult
impl UnsafeUnpin for RunAgentResult
impl UnwindSafe for RunAgentResult
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