pub struct LLMAnthropicOptions {
pub thinking: Option<LLMThinkingOptions>,
}Expand description
Anthropic-specific options
Fields§
§thinking: Option<LLMThinkingOptions>Extended thinking configuration
Trait Implementations§
Source§impl Clone for LLMAnthropicOptions
impl Clone for LLMAnthropicOptions
Source§fn clone(&self) -> LLMAnthropicOptions
fn clone(&self) -> LLMAnthropicOptions
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 LLMAnthropicOptions
impl Debug for LLMAnthropicOptions
Source§impl Default for LLMAnthropicOptions
impl Default for LLMAnthropicOptions
Source§fn default() -> LLMAnthropicOptions
fn default() -> LLMAnthropicOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LLMAnthropicOptions
impl<'de> Deserialize<'de> for LLMAnthropicOptions
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 LLMAnthropicOptions
impl RefUnwindSafe for LLMAnthropicOptions
impl Send for LLMAnthropicOptions
impl Sync for LLMAnthropicOptions
impl Unpin for LLMAnthropicOptions
impl UnwindSafe for LLMAnthropicOptions
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