Struct AssembleContextRequest
Source pub struct AssembleContextRequest {
pub trajectory_id: TrajectoryId,
pub scope_id: ScopeId,
pub user_input: Option<String>,
pub max_tokens: Option<usize>,
}Expand description
Request to assemble a context window.
Fields§
§trajectory_id: TrajectoryId§scope_id: ScopeId§user_input: Option<String>§max_tokens: Option<usize>Trait Implementations§
Source§impl Clone for AssembleContextRequest
impl Clone for AssembleContextRequest
Source§fn clone(&self) -> AssembleContextRequest
fn clone(&self) -> AssembleContextRequest
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 AssembleContextRequest
impl Debug for AssembleContextRequest
Auto Trait Implementations§
impl Freeze for AssembleContextRequest
impl RefUnwindSafe for AssembleContextRequest
impl Send for AssembleContextRequest
impl Sync for AssembleContextRequest
impl Unpin for AssembleContextRequest
impl UnwindSafe for AssembleContextRequest
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