Merge branch 'main' into copilot/fix-openai-responses-client-bug

This commit is contained in:
Mark Wallace
2026-02-10 16:57:34 +00:00
committed by GitHub
Unverified
14 changed files with 660 additions and 58 deletions
@@ -2341,6 +2341,7 @@ async def test_integration_options(
assert "seattle" in response_value["location"].lower()
@pytest.mark.timeout(300)
@pytest.mark.flaky
@skip_if_openai_integration_tests_disabled
async def test_integration_web_search() -> None: