mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
ci/cd run again
This commit is contained in:
parent
3b4a8f776d
commit
78dbb15ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ def test_completion_claude_3_function_call(model):
|
|||
drop_params=True,
|
||||
)
|
||||
|
||||
# Add any assertions, here to check response args
|
||||
# Add any assertions here to check response args
|
||||
print(response)
|
||||
assert isinstance(response.choices[0].message.tool_calls[0].function.name, str)
|
||||
assert isinstance(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue