Skip to content

Commit

Permalink
more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Sep 25, 2024
1 parent 1b88e4e commit 5a86b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def test_generate_function_schema():
},
"required": ["x", "y"],
},
"strict": None,
}
assert schema.model_dump() == expected_schema

Expand All @@ -143,6 +144,7 @@ def test_generate_function_schema_with_model():
},
"required": ["x", "y"],
},
"strict": None,
}
assert schema.model_dump() == expected_schema

Expand All @@ -161,6 +163,7 @@ def test_generate_function_schema_with_method():
},
"required": ["x", "y"],
},
"strict": None,
}
assert schema.model_dump() == expected_schema

Expand Down

0 comments on commit 5a86b0f

Please sign in to comment.