pub struct RunSessionRequest {
    pub input: Vec<AgentItem>,
}Expand description
RunSessionRequest contains the input items used for a run.
Fields§
§input: Vec<AgentItem>Input holds the items for this run, such as LLM messages.
Auto Trait Implementations§
impl Freeze for RunSessionRequest
impl RefUnwindSafe for RunSessionRequest
impl Send for RunSessionRequest
impl Sync for RunSessionRequest
impl Unpin for RunSessionRequest
impl UnwindSafe for RunSessionRequest
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