pub enum RealtimeSession_MaxResponseOutputTokens {
Integer(i64),
Text(String),
}
Expand description
Maximum number of output tokens for a single assistant response, inclusive of tool calls.
Variants§
Trait Implementations§
Source§impl Clone for RealtimeSession_MaxResponseOutputTokens
impl Clone for RealtimeSession_MaxResponseOutputTokens
Source§fn clone(&self) -> RealtimeSession_MaxResponseOutputTokens
fn clone(&self) -> RealtimeSession_MaxResponseOutputTokens
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 moreAuto Trait Implementations§
impl Freeze for RealtimeSession_MaxResponseOutputTokens
impl RefUnwindSafe for RealtimeSession_MaxResponseOutputTokens
impl Send for RealtimeSession_MaxResponseOutputTokens
impl Sync for RealtimeSession_MaxResponseOutputTokens
impl Unpin for RealtimeSession_MaxResponseOutputTokens
impl UnwindSafe for RealtimeSession_MaxResponseOutputTokens
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