mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(vertex_ai): add allOf to traverse in JSON schema
This commit is contained in:
parent
0bb8fd1b58
commit
40bd7a46ac
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue