Skip to content

Commit d1ee9b8

Browse files
committed
[CI] fix test_named_tool_use
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
1 parent 6b6054c commit d1ee9b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/entrypoints/openai/test_completion_with_function_calling.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,7 @@ async def test_named_tool_use(
391391
messages.append(
392392
{
393393
"role": "user",
394-
"content": f"{json_string}"
395-
"Give me another one with a different name and age",
394+
"content": "Give me another one with a different name and age",
396395
}
397396
)
398397

0 commit comments

Comments
 (0)