Struct RecallRequest
Source pub struct RecallRequest {
pub trajectory_id: TrajectoryId,
pub scope_id: Option<ScopeId>,
pub query: Option<String>,
pub limit: Option<usize>,
}Expand description
Request to recall previous interactions.
Fields§
§trajectory_id: TrajectoryId§scope_id: Option<ScopeId>§query: Option<String>§limit: Option<usize>Trait Implementations§
Source§impl Clone for RecallRequest
impl Clone for RecallRequest
Source§fn clone(&self) -> RecallRequest
fn clone(&self) -> RecallRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 RecallRequest
impl Debug for RecallRequest
Auto Trait Implementations§
impl Freeze for RecallRequest
impl RefUnwindSafe for RecallRequest
impl Send for RecallRequest
impl Sync for RecallRequest
impl Unpin for RecallRequest
impl UnwindSafe for RecallRequest
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