mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-10 13:27:36 +00:00
rename test
This commit is contained in:
parent
823d85c31b
commit
4846307327
@ -497,7 +497,7 @@ def test_convert_to_openai_function_nested_strict() -> None:
|
|||||||
assert actual == expected
|
assert actual == expected
|
||||||
|
|
||||||
|
|
||||||
def test_convert_to_openai_function_strict_union_type() -> None:
|
def test_convert_to_openai_function_strict_union_of_objects_arg_type() -> None:
|
||||||
class NestedA(BaseModel):
|
class NestedA(BaseModel):
|
||||||
foo: str
|
foo: str
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user