forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
693b5eb376
commit
52a5ed410b
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def test_completion_claude_3_function_call():
|
||||||
tool_result = (
|
tool_result = (
|
||||||
'{"location": "Boston", "temperature": "72", "unit": "fahrenheit"}'
|
'{"location": "Boston", "temperature": "72", "unit": "fahrenheit"}'
|
||||||
)
|
)
|
||||||
# Add user submitted tool results in OpenAI format
|
# Add user submitted tool results in the OpenAI format
|
||||||
messages.append(
|
messages.append(
|
||||||
{
|
{
|
||||||
"tool_call_id": response.choices[0].message.tool_calls[0].id,
|
"tool_call_id": response.choices[0].message.tool_calls[0].id,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue