This commit is contained in:
Eugene Yurtsev 2024-12-18 11:19:51 -05:00
parent 6143127200
commit a5304aeb9b

View File

@ -428,8 +428,10 @@ def test_multiple_msg_with_name() -> None:
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"),
),
(