pub struct ResponseConfigurationUpdateReasoning {
pub effort: Option<ReasoningEffort>,
}Available on crate feature
response-types only.Expand description
The reasoning configuration applied by this update.
Fields§
§effort: Option<ReasoningEffort>The reasoning effort used for subsequent responses until another configuration update replaces it.
Trait Implementations§
Source§impl Clone for ResponseConfigurationUpdateReasoning
impl Clone for ResponseConfigurationUpdateReasoning
Source§fn clone(&self) -> ResponseConfigurationUpdateReasoning
fn clone(&self) -> ResponseConfigurationUpdateReasoning
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ResponseConfigurationUpdateReasoning
impl<'de> Deserialize<'de> for ResponseConfigurationUpdateReasoning
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
impl StructuralPartialEq for ResponseConfigurationUpdateReasoning
Auto Trait Implementations§
impl Freeze for ResponseConfigurationUpdateReasoning
impl RefUnwindSafe for ResponseConfigurationUpdateReasoning
impl Send for ResponseConfigurationUpdateReasoning
impl Sync for ResponseConfigurationUpdateReasoning
impl Unpin for ResponseConfigurationUpdateReasoning
impl UnsafeUnpin for ResponseConfigurationUpdateReasoning
impl UnwindSafe for ResponseConfigurationUpdateReasoning
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