feat - add code_execution tool to anthropic
This commit is contained in:
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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user