mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 16:13:25 +00:00
x
This commit is contained in:
parent
6143127200
commit
a5304aeb9b
@ -428,8 +428,10 @@ def test_multiple_msg_with_name() -> None:
|
|||||||
FunctionMessage(name="greet", content="Hello!"),
|
FunctionMessage(name="greet", content="Hello!"),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
{"type": "tool",
|
{
|
||||||
"data": {"tool_call_id": "tool1", "content": "Tool output"}},
|
"type": "tool",
|
||||||
|
"data": {"tool_call_id": "tool1", "content": "Tool output"},
|
||||||
|
},
|
||||||
ToolMessage(tool_call_id="tool1", content="Tool output"),
|
ToolMessage(tool_call_id="tool1", content="Tool output"),
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user