pub struct AgentIntermediateStep {
pub action: AgentAction,
pub observation: Value,
}
Fields§
§action: AgentAction
§observation: Value
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AgentIntermediateStep
impl Send for AgentIntermediateStep
impl Sync for AgentIntermediateStep
impl Unpin for AgentIntermediateStep
impl UnwindSafe for AgentIntermediateStep
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