mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Fix : test_sap_chat[False]
This commit is contained in:
parent
840617de73
commit
935824e4f9
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ class BaseConfig(ABC):
|
|||
),
|
||||
)
|
||||
and v is not None
|
||||
and not callable(v) # Filter out any callable objects including mocks
|
||||
}
|
||||
|
||||
def get_json_schema_from_pydantic_object(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue