mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
openai: lint
This commit is contained in:
parent
e9b0b84675
commit
df0a8562a9
@ -473,6 +473,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",
|
||||
)
|
||||
],
|
||||
),
|
||||
@ -494,6 +495,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",
|
||||
)
|
||||
],
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user