Class TextResponseOptions
public class TextResponseOptions
- Inheritance
-
objectTextResponseOptions
Properties
Format
Optional. An object specifying the format that the model must output.
public ResponseFormat Format { get; set; }
Property Value
Verbosity
Optional. Defaults to medium Constrains the verbosity of the model's response. Supported values: low, medium, high.
public ResponseVerbosity? Verbosity { get; set; }