pub enum ReasoningEffort {
None,
Minimal,
Low,
Medium,
High,
Xhigh,
}Available on crate feature
chat-completion-types and (crate features chat-completion-types or response-types or grader-types) and (crate features response-types or video-types or vectorstore-types or chat-completion-types or assistant-types or batch-types or audio-types or realtime-types or image-types) only.Variants§
Trait Implementations§
Source§impl Clone for ReasoningEffort
impl Clone for ReasoningEffort
Source§fn clone(&self) -> ReasoningEffort
fn clone(&self) -> ReasoningEffort
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 Debug for ReasoningEffort
impl Debug for ReasoningEffort
Source§impl Default for ReasoningEffort
impl Default for ReasoningEffort
Source§fn default() -> ReasoningEffort
fn default() -> ReasoningEffort
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReasoningEffort
impl<'de> Deserialize<'de> for ReasoningEffort
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
Source§impl From<ReasoningEffort> for Reasoning
Available on crate feature response-types only.
impl From<ReasoningEffort> for Reasoning
Available on crate feature
response-types only.Source§fn from(effort: ReasoningEffort) -> Self
fn from(effort: ReasoningEffort) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ReasoningEffort
impl PartialEq for ReasoningEffort
Source§fn eq(&self, other: &ReasoningEffort) -> bool
fn eq(&self, other: &ReasoningEffort) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ReasoningEffort
impl Serialize for ReasoningEffort
impl StructuralPartialEq for ReasoningEffort
Auto Trait Implementations§
impl Freeze for ReasoningEffort
impl RefUnwindSafe for ReasoningEffort
impl Send for ReasoningEffort
impl Sync for ReasoningEffort
impl Unpin for ReasoningEffort
impl UnsafeUnpin for ReasoningEffort
impl UnwindSafe for ReasoningEffort
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