Expand description
§Responses API functionality and route handlers.
This module implements the OpenResponses API specification. See: https://www.openresponses.org/
Structs§
- Include
Config - Configuration for what to include in the response
- Open
Responses Create Request - OpenResponses API create request
- Open
Responses Streamer - OpenResponses streamer that emits proper event types
- Reasoning
Config - Reasoning configuration for models that support extended thinking
- Request
Context - Request context carrying parameters to echo back in the response.
- Stream
Options - Stream options configuration
- Text
Config - Text output configuration
Enums§
- Include
Option - Include options for response content.
- Open
Responses Input - Input type for OpenResponses API requests
- Open
Responses Stream Event - OpenResponses streaming event format
- Reasoning
Summary - Reasoning summary configuration
- Text
Format - Text format configuration
Functions§
- cancel_
response - Cancel response endpoint
- create_
response - Create response endpoint - OpenResponses API
- delete_
response - Delete response by ID endpoint
- get_
response - Get response by ID endpoint
Type Aliases§
- Open
Responses Responder - Response responder types for OpenResponses API