Skip to content

Commit 71720a0

Browse files
committed
test(tools): pyink format required-fields fallback test
Clear the pyink failure on PR #4812 after validating the json_schema fallback behavior with targeted pytest and a runtime reproduction script.
1 parent 415958c commit 71720a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/tools/test_from_function_with_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_required_fields_set_in_json_schema_fallback():
334334

335335
def complex_tool(
336336
query: str,
337-
mode: str = "default",
337+
mode: str = 'default',
338338
tags: list[str] | None = None,
339339
) -> str:
340340
"""A tool where one param has a complex union type."""

0 commit comments

Comments
 (0)