Files
sglang/sgl-model-gateway/e2e_test/responses/__init__.py
2026-01-07 17:40:03 -08:00

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)
"""