mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-19 05:58:58 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -321,7 +321,7 @@ class TestGptOssIntegration:
|
||||
for tool_def in tools:
|
||||
assert tool_def["type"] == "function"
|
||||
assert "function" in tool_def
|
||||
func = tool["function"]
|
||||
func = tool_def["function"]
|
||||
assert "name" in func
|
||||
assert "description" in func
|
||||
assert "parameters" in func
|
||||
@@ -397,3 +397,4 @@ class TestChatParamsWithGptOss:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user