feat - add code_execution tool to anthropic

This commit is contained in:
Ishaan Jaff
2025-05-24 20:50:09 -07:00
parent 39c85c22de
commit c0239a0a79
@@ -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):