anthropic[patch]: fix tool call and tool res image_url handling (#26587)

Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
Bagatur
2024-09-17 14:30:07 -07:00
committed by GitHub
parent c6bdd6f482
commit 5ced41bf50
6 changed files with 164 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ class TestOpenAIStandard(ChatModelIntegrationTests):
@property
def chat_model_params(self) -> dict:
return {"model": "gpt-4o", "stream_usage": True}
return {"model": "gpt-4o-mini", "stream_usage": True}
@property
def supports_image_inputs(self) -> bool: