pub enum RetryRequest {
Repeat,
Feedback(String),
}Expand description
How an accepted, tool-free model turn should be retried.
Variants§
Repeat
Discard the rejected response and reuse the same prompt and preceding history with fresh request preparation.
Completion-call hooks, retrieval, and dynamic tool resolution run again, so the resulting provider request may differ from the rejected attempt.
Feedback(String)
Preserve the rejected assistant response and append corrective feedback.
Trait Implementations§
Source§impl Clone for RetryRequest
impl Clone for RetryRequest
Source§fn clone(&self) -> RetryRequest
fn clone(&self) -> RetryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RetryRequest
impl Debug for RetryRequest
impl Eq for RetryRequest
Source§impl PartialEq for RetryRequest
impl PartialEq for RetryRequest
impl StructuralPartialEq for RetryRequest
Auto Trait Implementations§
impl Freeze for RetryRequest
impl RefUnwindSafe for RetryRequest
impl Send for RetryRequest
impl Sync for RetryRequest
impl Unpin for RetryRequest
impl UnsafeUnpin for RetryRequest
impl UnwindSafe for RetryRequest
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
impl<T> CloneDebuggableStorage for Twhere
T: DebuggableStorage + Clone,
fn clone_storage(&self) -> Box<dyn CloneDebuggableStorage>
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> CloneableStorage for T
impl<T> CloneableStorage for T
fn clone_storage(&self) -> Box<dyn CloneableStorage>
impl<T> DebuggableStorage for T
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.