pub struct RealtimeReasoning {
pub effort: Option<RealtimeReasoningEffort>,
}Available on crate feature
realtime-types only.Expand description
Configuration for reasoning-capable Realtime models such as gpt-realtime-2.
Fields§
§effort: Option<RealtimeReasoningEffort>Trait Implementations§
Source§impl Clone for RealtimeReasoning
impl Clone for RealtimeReasoning
Source§fn clone(&self) -> RealtimeReasoning
fn clone(&self) -> RealtimeReasoning
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 RealtimeReasoning
impl Debug for RealtimeReasoning
Source§impl Default for RealtimeReasoning
impl Default for RealtimeReasoning
Source§fn default() -> RealtimeReasoning
fn default() -> RealtimeReasoning
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RealtimeReasoning
impl<'de> Deserialize<'de> for RealtimeReasoning
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 RealtimeReasoning
impl RefUnwindSafe for RealtimeReasoning
impl Send for RealtimeReasoning
impl Sync for RealtimeReasoning
impl Unpin for RealtimeReasoning
impl UnsafeUnpin for RealtimeReasoning
impl UnwindSafe for RealtimeReasoning
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