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