Class ChatCompletionCreateParams.Verbosity

  • All Implemented Interfaces:
    com.openai.core.Enum

    
    public final class ChatCompletionCreateParams.Verbosity
     implements Enum
                        

    Constrains the verbosity of the model's response. Lower values will result in more concise responses, while higher values will result in more verbose responses. Currently supported values are low, medium, and high.