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:
@@ -161,7 +161,7 @@ class TestGptOssToolCallingIntegration:
|
||||
HumanMessage(content="Hi, I need help with two things."),
|
||||
AIMessage(content="Hello! I'd be happy to help. What do you need?"),
|
||||
HumanMessage(
|
||||
content="First, what's the weather in Paris? Second, calculate 15 * 28. "
|
||||
content="First, what's the weather in Paris? Second, calculate 15*28. "
|
||||
"Please use the available tools for both tasks."
|
||||
),
|
||||
]
|
||||
@@ -360,3 +360,4 @@ class TestGptOssErrorHandling:
|
||||
# Should have no tool calls
|
||||
assert not response.tool_calls or len(response.tool_calls) == 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user