mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
test: update tests
This commit is contained in:
parent
4a226814ff
commit
6f8d46a09d
1 changed files with 0 additions and 3 deletions
|
@ -135,7 +135,6 @@ def test_get_combined_tool_content():
|
|||
name="get_current_weather",
|
||||
),
|
||||
type="function",
|
||||
index=0,
|
||||
),
|
||||
ChatCompletionMessageToolCall(
|
||||
id="call_rrns",
|
||||
|
@ -144,7 +143,6 @@ def test_get_combined_tool_content():
|
|||
name="get_current_weather",
|
||||
),
|
||||
type="function",
|
||||
index=1,
|
||||
),
|
||||
ChatCompletionMessageToolCall(
|
||||
id="call_0k29",
|
||||
|
@ -153,6 +151,5 @@ def test_get_combined_tool_content():
|
|||
name="get_current_weather",
|
||||
),
|
||||
type="function",
|
||||
index=2,
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue