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:
Mason Daugherty
2025-08-11 15:09:08 -04:00
committed by GitHub
parent 7db9e60601
commit ee4c2510eb
63 changed files with 2213 additions and 2862 deletions

View File

@@ -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",
)
],
),