mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
Fiz request in test
This commit is contained in:
parent
051a551ea6
commit
86d77ae0b7
1 changed files with 2 additions and 2 deletions
|
|
@ -1952,8 +1952,8 @@ def test_transform_request_adds_tool_code_execution_when_container_upload_in_mes
|
|||
{
|
||||
"role": "user",
|
||||
"content": [
|
||||
{"type": "text", "text": "Analyse this file"},
|
||||
{"type": "container_upload", "file_id": "file_abc123"},
|
||||
{"type": "text", "text": "Analyse this file"},
|
||||
{"type": "file", "file": {"file_id": "file_abc123" }}
|
||||
],
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue