[smg][ci] Migrate Response API e2e tests to shared infrastructure (#16680)

Co-authored-by: Chang Su <chang.s.su@oracle.com>
Co-authored-by: key4ng <rukeyang@gmail.com>
This commit is contained in:
Simo Lin
2026-01-07 17:40:03 -08:00
committed by GitHub
co-authored by Chang Su key4ng
parent bb798a1c26
commit 109fe03ad1
12 changed files with 2314 additions and 55 deletions
@@ -0,0 +1,9 @@
"""Response API E2E tests.
Tests for the Response API endpoints including:
- Basic CRUD operations for responses and conversations
- State management (previous_response_id, conversation-based)
- Streaming events and output validation
- Structured output (json_schema)
- Tool calling (function tools and MCP)
"""