Open
Description
In replace_defs_in_schema
:
langchain-google/libs/genai/langchain_google_genai/_function_utils.py
Lines 557 to 565 in f69d32f
Note that only dict
s are handled, not list
s. This skips nested schema inside arrays, such as {"anyOf": [{"$refs": "..."}]}
.
This happens with Pydantic named RootModel[Type1 | Type2 | ...]
union schemas.
Metadata
Metadata
Assignees
Labels
No labels