fix(vertex_ai): add allOf to traverse in JSON schema

This commit is contained in:
dmitriik 2026-09-11 17:36:03 +02:00
parent 0bb8fd1b58
commit 40bd7a46ac

View file

@ -728,6 +728,7 @@ def _convert_consts_to_enums(
schema.get("prefixItems"),
schema.get("anyOf"),
schema.get("oneOf"),
schema.get("allOf"),
):
if not isinstance(schema_list, list):
continue