IGNORE_FUNCTIONS

This commit is contained in:
Ishaan Jaffer
2026-02-14 12:59:15 -08:00
parent b8f572fc39
commit add3183308
@@ -43,6 +43,7 @@ IGNORE_FUNCTIONS = [
"_basic_json_schema_validate", # max depth set.
"extract_text_from_a2a_message", # max depth set (default 10) to prevent infinite recursion in A2A message parsing.
"_convert_to_json_serializable_dict", # max depth set (default 20) and circular reference protection to prevent infinite recursion.
"dict", # max depth set. _LiteLLMParamsDictView.dict() calls builtin dict(), not itself.
]