[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-05-25 07:39:43 +00:00
commit ac22ff2d32

View file

@ -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": "{}"},
}
],
},
{