This commit is contained in:
lorenzejay
2026-03-26 15:41:22 -07:00
parent 98725ed371
commit 99c55d745f

View File

@@ -503,7 +503,6 @@ class AnthropicCompletion(BaseLLM):
if self.tool_search is not None and len(regular_tools) >= 2:
converted_tools = self._apply_tool_search(converted_tools)
if converted_tools:
converted_tools[-1]["cache_control"] = {"type": "ephemeral"}