pub struct ReasonerOutput {
pub reasoning: String,
pub content: String,
}Fields§
§reasoning: StringR1 chain-of-thought — logged at DEBUG, not passed to next agent.
content: StringFinal answer — passed forward in the pipeline.
Auto Trait Implementations§
impl Freeze for ReasonerOutput
impl RefUnwindSafe for ReasonerOutput
impl Send for ReasonerOutput
impl Sync for ReasonerOutput
impl Unpin for ReasonerOutput
impl UnsafeUnpin for ReasonerOutput
impl UnwindSafe for ReasonerOutput
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