mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(tests): ignore _normalize_tuple_items in the recursion detector
This commit is contained in:
parent
02cf403200
commit
fca15e7043
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue