pub struct TurnStartParams {Show 13 fields
pub thread_id: String,
pub input: Vec<TurnInputItem>,
pub cwd: Option<String>,
pub model: Option<String>,
pub model_provider: Option<String>,
pub effort: Option<String>,
pub summary: Option<String>,
pub personality: Option<String>,
pub output_schema: Option<Value>,
pub approval_policy: Option<String>,
pub sandbox_policy: Option<Value>,
pub collaboration_mode: Option<String>,
pub extra: Map<String, Value>,
}Fields§
§thread_id: String§input: Vec<TurnInputItem>§cwd: Option<String>§model: Option<String>§model_provider: Option<String>§effort: Option<String>§summary: Option<String>§personality: Option<String>§output_schema: Option<Value>§approval_policy: Option<String>§sandbox_policy: Option<Value>§collaboration_mode: Option<String>§extra: Map<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for TurnStartParams
impl Clone for TurnStartParams
Source§fn clone(&self) -> TurnStartParams
fn clone(&self) -> TurnStartParams
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 TurnStartParams
impl Debug for TurnStartParams
Source§impl<'de> Deserialize<'de> for TurnStartParams
impl<'de> Deserialize<'de> for TurnStartParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TurnStartParams
impl RefUnwindSafe for TurnStartParams
impl Send for TurnStartParams
impl Sync for TurnStartParams
impl Unpin for TurnStartParams
impl UnsafeUnpin for TurnStartParams
impl UnwindSafe for TurnStartParams
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