fix IGNORE_FUNCTIONS

This commit is contained in:
Ishaan Jaff
2025-09-08 17:33:36 -07:00
parent e37c1069a1
commit f1699d4cbf
2 changed files with 63 additions and 6 deletions
@@ -28,6 +28,7 @@ IGNORE_FUNCTIONS = [
"_remove_json_schema_refs", # max depth set.,
"_convert_schema_types", # max depth set.,
"_fix_enum_empty_strings", # max depth set.,
"get_access_token", # max depth set.,
]