pub enum AnthropicBetaKnown {
Show 22 variants
MessageBatches20240924,
PromptCaching20240731,
ComputerUse20241022,
ComputerUse20250124,
Pdfs20240925,
TokenCounting20241101,
TokenEfficientTools20250219,
Output128k20250219,
FilesApi20250414,
McpClient20250404,
McpClient20251120,
DevFullThinking20250514,
InterleavedThinking20250514,
CodeExecution20250522,
ExtendedCacheTtl20250411,
Context1m20250807,
ContextManagement20250627,
ModelContextWindowExceeded20250826,
Skills20251002,
FastMode20260201,
Compact20260112,
TaskBudgets20260313,
}Expand description
Known Anthropic beta tags documented by upstream specs.
Variants§
MessageBatches20240924
PromptCaching20240731
ComputerUse20241022
ComputerUse20250124
Pdfs20240925
TokenCounting20241101
TokenEfficientTools20250219
Output128k20250219
FilesApi20250414
McpClient20250404
McpClient20251120
DevFullThinking20250514
InterleavedThinking20250514
CodeExecution20250522
ExtendedCacheTtl20250411
Context1m20250807
ContextManagement20250627
ModelContextWindowExceeded20250826
Skills20251002
FastMode20260201
Compact20260112
TaskBudgets20260313
Trait Implementations§
Source§impl Clone for AnthropicBetaKnown
impl Clone for AnthropicBetaKnown
Source§fn clone(&self) -> AnthropicBetaKnown
fn clone(&self) -> AnthropicBetaKnown
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 AnthropicBetaKnown
impl Debug for AnthropicBetaKnown
Source§impl<'de> Deserialize<'de> for AnthropicBetaKnown
impl<'de> Deserialize<'de> for AnthropicBetaKnown
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
Source§impl PartialEq for AnthropicBetaKnown
impl PartialEq for AnthropicBetaKnown
Source§impl Serialize for AnthropicBetaKnown
impl Serialize for AnthropicBetaKnown
impl Eq for AnthropicBetaKnown
impl StructuralPartialEq for AnthropicBetaKnown
Auto Trait Implementations§
impl Freeze for AnthropicBetaKnown
impl RefUnwindSafe for AnthropicBetaKnown
impl Send for AnthropicBetaKnown
impl Sync for AnthropicBetaKnown
impl Unpin for AnthropicBetaKnown
impl UnsafeUnpin for AnthropicBetaKnown
impl UnwindSafe for AnthropicBetaKnown
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