pub struct AgentSection {
pub max_steps: Option<usize>,
pub temperature: Option<f64>,
pub shell_timeout_secs: Option<u64>,
}Expand description
[agent] section.
Fields§
§max_steps: Option<usize>§temperature: Option<f64>§shell_timeout_secs: Option<u64>Trait Implementations§
Source§impl Debug for AgentSection
impl Debug for AgentSection
Source§impl<'de> Deserialize<'de> for AgentSection
impl<'de> Deserialize<'de> for AgentSection
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 AgentSection
impl RefUnwindSafe for AgentSection
impl Send for AgentSection
impl Sync for AgentSection
impl Unpin for AgentSection
impl UnsafeUnpin for AgentSection
impl UnwindSafe for AgentSection
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