mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 07:26:16 +00:00
feat: port various nit changes from wip-v0.4
(#32506)
Lots of work that wasn't directly related to core improvements/messages/testing functionality
This commit is contained in:
@@ -474,6 +474,7 @@ def test_manual_tool_call_msg(use_responses_api: bool) -> None:
|
||||
name="GenerateUsername",
|
||||
args={"name": "Sally", "hair_color": "green"},
|
||||
id="foo",
|
||||
type="tool_call",
|
||||
)
|
||||
],
|
||||
),
|
||||
@@ -495,6 +496,7 @@ def test_manual_tool_call_msg(use_responses_api: bool) -> None:
|
||||
name="GenerateUsername",
|
||||
args={"name": "Sally", "hair_color": "green"},
|
||||
id="bar",
|
||||
type="tool_call",
|
||||
)
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user