Better Object Internal Structure and Type Selection #16

Merged
HideyoshiNakazone merged 10 commits from improvement/better-internal-structure into main 2025-06-04 04:27:29 +00:00
Showing only changes of commit 2b2c823e27 - Show all commits

View File

@@ -221,7 +221,7 @@ class TestAllOfTypeParser(TestCase):
type_parsing, _ = AllOfTypeParser().from_properties("placeholder", properties)
self.assertEqual(
type_parsing.schema()["properties"]["name"]["description"],
type_parsing.model_json_schema()["properties"]["name"]["description"],
"One | Of | Us",
)