[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a12bc349f2
commit
ac22ff2d32
1 changed files with 10 additions and 2 deletions
|
|
@ -579,7 +579,11 @@ def test_paired_window_resumes_after_new_assistant_with_tool_call():
|
|||
"role": "assistant",
|
||||
"content": "",
|
||||
"tool_calls": [
|
||||
{"id": "A", "type": "function", "function": {"name": "f", "arguments": "{}"}}
|
||||
{
|
||||
"id": "A",
|
||||
"type": "function",
|
||||
"function": {"name": "f", "arguments": "{}"},
|
||||
}
|
||||
],
|
||||
},
|
||||
{"role": "user", "content": "wait, do this instead"},
|
||||
|
|
@ -587,7 +591,11 @@ def test_paired_window_resumes_after_new_assistant_with_tool_call():
|
|||
"role": "assistant",
|
||||
"content": "",
|
||||
"tool_calls": [
|
||||
{"id": "B", "type": "function", "function": {"name": "g", "arguments": "{}"}}
|
||||
{
|
||||
"id": "B",
|
||||
"type": "function",
|
||||
"function": {"name": "g", "arguments": "{}"},
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue