mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
feat - add code_execution tool to anthropic
This commit is contained in:
parent
39c85c22de
commit
c0239a0a79
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ else:
|
|||
LoggingClass = Any
|
||||
|
||||
|
||||
ANTHROPIC_HOSTED_TOOLS = ["web_search", "bash", "text_editor"]
|
||||
ANTHROPIC_HOSTED_TOOLS = ["web_search", "bash", "text_editor", "code_execution"]
|
||||
|
||||
|
||||
class AnthropicConfig(AnthropicModelInfo, BaseConfig):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue