[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
e1fdb140b4
commit
d376756e9c
1 changed files with 1 additions and 4 deletions
|
|
@ -52,10 +52,7 @@ def test_bare_value_with_timestamps_after_comma_is_kept():
|
|||
"<|tool_call>call:remind{query:meet at 10:00, 11:00 tomorrow,priority:high}<tool_call|>"
|
||||
)
|
||||
assert len(calls) == 1, calls
|
||||
assert _args(calls[0]) == {
|
||||
"query": "meet at 10:00, 11:00 tomorrow",
|
||||
"priority": "high",
|
||||
}
|
||||
assert _args(calls[0]) == {"query": "meet at 10:00, 11:00 tomorrow", "priority": "high"}
|
||||
|
||||
|
||||
def test_marker_inside_json_argument_is_not_a_second_call():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue