Skip to content

Commit c0239a0

Browse files
committed
feat - add code_execution tool to anthropic
1 parent 39c85c2 commit c0239a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/llms/anthropic/chat/transformation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
LoggingClass = Any
6464

6565

66-
ANTHROPIC_HOSTED_TOOLS = ["web_search", "bash", "text_editor"]
66+
ANTHROPIC_HOSTED_TOOLS = ["web_search", "bash", "text_editor", "code_execution"]
6767

6868

6969
class AnthropicConfig(AnthropicModelInfo, BaseConfig):

0 commit comments

Comments
 (0)