pub struct ChatConfig {
pub temperature: Option<f64>,
}Fields§
§temperature: Option<f64>Trait Implementations§
Source§impl Default for ChatConfig
impl Default for ChatConfig
Source§fn default() -> ChatConfig
fn default() -> ChatConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChatConfig
impl RefUnwindSafe for ChatConfig
impl Send for ChatConfig
impl Sync for ChatConfig
impl Unpin for ChatConfig
impl UnsafeUnpin for ChatConfig
impl UnwindSafe for ChatConfig
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