Co-authored-by: Chang Su <chang.s.su@oracle.com> Co-authored-by: key4ng <rukeyang@gmail.com>
10 lines
313 B
Python
10 lines
313 B
Python
"""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)
|
|
"""
|