chore(tests): ignore _normalize_tuple_items in the recursion detector

This commit is contained in:
Bharadwaj Pendyala 2026-08-14 09:52:25 -05:00 committed by Bharadwaj
parent 02cf403200
commit fca15e7043

View file

@ -11,6 +11,7 @@ IGNORE_FUNCTIONS = [
"clean_message",
"unpack_defs",
"convert_anyof_null_to_nullable", # has a set max depth
"_normalize_tuple_items", # has a set max depth
"add_object_type",
"strip_field",
"_transform_prompt",