pub struct ExperimentalConfig {
pub assistive_prompt: Option<AssistivePromptConfig>,
}Expand description
Experimental configuration for Tool Router sessions
Note: These features are experimental and may be modified or removed in future versions.
Fields§
§assistive_prompt: Option<AssistivePromptConfig>Configuration for assistive prompt generation
Trait Implementations§
Source§impl Clone for ExperimentalConfig
impl Clone for ExperimentalConfig
Source§fn clone(&self) -> ExperimentalConfig
fn clone(&self) -> ExperimentalConfig
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 ExperimentalConfig
impl Debug for ExperimentalConfig
Source§impl<'de> Deserialize<'de> for ExperimentalConfig
impl<'de> Deserialize<'de> for ExperimentalConfig
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 ExperimentalConfig
impl RefUnwindSafe for ExperimentalConfig
impl Send for ExperimentalConfig
impl Sync for ExperimentalConfig
impl Unpin for ExperimentalConfig
impl UnsafeUnpin for ExperimentalConfig
impl UnwindSafe for ExperimentalConfig
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