pub struct FullOutputRetriever { /* private fields */ }Expand description
Virtual tool that retrieves the full output cached by ProgressiveTransformer.
The LLM calls this tool as __get_full_output with {"tool_name": "..."}.
Obtain via ProgressiveTransformer::retriever_tool().
Implementations§
Auto Trait Implementations§
impl Freeze for FullOutputRetriever
impl RefUnwindSafe for FullOutputRetriever
impl Send for FullOutputRetriever
impl Sync for FullOutputRetriever
impl Unpin for FullOutputRetriever
impl UnsafeUnpin for FullOutputRetriever
impl UnwindSafe for FullOutputRetriever
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