# ResponseFormatTextConfig Text response format configuration ## Supported Types ### `models.ResponsesFormatText` ```python value: models.ResponsesFormatText = /* values here */ ``` ### `models.ResponsesFormatJSONObject` ```python value: models.ResponsesFormatJSONObject = /* values here */ ``` ### `models.ResponsesFormatTextJSONSchemaConfig` ```python value: models.ResponsesFormatTextJSONSchemaConfig = /* values here */ ```