pub struct AutomaticThreadTitlingParam {
pub enabled: Option<bool>,
}Expand description
Controls whether ChatKit automatically generates thread titles.
Fields§
§enabled: Option<bool>Enable automatic thread title generation. Defaults to true.
Trait Implementations§
Source§impl Clone for AutomaticThreadTitlingParam
impl Clone for AutomaticThreadTitlingParam
Source§fn clone(&self) -> AutomaticThreadTitlingParam
fn clone(&self) -> AutomaticThreadTitlingParam
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 moreSource§impl Debug for AutomaticThreadTitlingParam
impl Debug for AutomaticThreadTitlingParam
Source§impl Default for AutomaticThreadTitlingParam
impl Default for AutomaticThreadTitlingParam
Source§fn default() -> AutomaticThreadTitlingParam
fn default() -> AutomaticThreadTitlingParam
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutomaticThreadTitlingParam
impl<'de> Deserialize<'de> for AutomaticThreadTitlingParam
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 AutomaticThreadTitlingParam
Auto Trait Implementations§
impl Freeze for AutomaticThreadTitlingParam
impl RefUnwindSafe for AutomaticThreadTitlingParam
impl Send for AutomaticThreadTitlingParam
impl Sync for AutomaticThreadTitlingParam
impl Unpin for AutomaticThreadTitlingParam
impl UnwindSafe for AutomaticThreadTitlingParam
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