mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-18 21:44:53 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -315,7 +315,7 @@ class TestGptOssIntegration:
|
||||
calc_tool = tool(calculate)
|
||||
|
||||
# Bind multiple tools
|
||||
llm_with_tools = llm.bind_tools([get_weather, search_web, calculate])
|
||||
llm_with_tools = llm.bind_tools([get_weather, search_tool, calc_tool])
|
||||
|
||||
# Check that all tools are bound correctly
|
||||
assert hasattr(llm_with_tools, "kwargs")
|
||||
@@ -403,3 +403,4 @@ class TestChatParamsWithGptOss:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user