mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
init beta ANTHROPIC_TOOL_EXAMPLES_BETA_HEADER
This commit is contained in:
parent
215e530048
commit
685f749a4e
1 changed files with 5 additions and 0 deletions
|
|
@ -643,6 +643,11 @@ ANTHROPIC_TOOL_SEARCH_BETA_HEADER = "advanced-tool-use-2025-11-20"
|
|||
# Effort beta header constant
|
||||
ANTHROPIC_EFFORT_BETA_HEADER = "effort-2025-11-24"
|
||||
|
||||
# Tool examples beta header constant (for Bedrock and Vertex AI)
|
||||
# Bedrock: Claude Opus 4.5 only
|
||||
# Vertex AI: All models
|
||||
ANTHROPIC_TOOL_EXAMPLES_BETA_HEADER = "tool-examples-2025-10-29"
|
||||
|
||||
# OAuth constants
|
||||
ANTHROPIC_OAUTH_TOKEN_PREFIX = "sk-ant-oat"
|
||||
ANTHROPIC_OAUTH_BETA_HEADER = "oauth-2025-04-20"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue