handle_invalid_for_json_schema() — langchain Function Reference
Architecture documentation for the handle_invalid_for_json_schema() function in pydantic.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a["handle_invalid_for_json_schema()"] d1feea9c_5f18_76be_13a7_97314e04a97f["_IgnoreUnserializable"] 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a -->|defined in| d1feea9c_5f18_76be_13a7_97314e04a97f 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a["handle_invalid_for_json_schema()"] 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a -->|calls| 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a["handle_invalid_for_json_schema()"] 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a -->|calls| 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a style 09ca45a3_8cb0_332b_5bc0_b8aeb1c9352a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/core/langchain_core/utils/pydantic.py lines 196–199
def handle_invalid_for_json_schema(
self, schema: core_schema.CoreSchema, error_info: str
) -> JsonSchemaValue:
return {}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does handle_invalid_for_json_schema() do?
handle_invalid_for_json_schema() is a function in the langchain codebase, defined in libs/core/langchain_core/utils/pydantic.py.
Where is handle_invalid_for_json_schema() defined?
handle_invalid_for_json_schema() is defined in libs/core/langchain_core/utils/pydantic.py at line 196.
What does handle_invalid_for_json_schema() call?
handle_invalid_for_json_schema() calls 1 function(s): handle_invalid_for_json_schema.
What calls handle_invalid_for_json_schema()?
handle_invalid_for_json_schema() is called by 1 function(s): handle_invalid_for_json_schema.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free