diff --git a/litellm/llms/anthropic/chat/transformation.py b/litellm/llms/anthropic/chat/transformation.py index d7756bead0..e7f421e75b 100644 --- a/litellm/llms/anthropic/chat/transformation.py +++ b/litellm/llms/anthropic/chat/transformation.py @@ -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):