Class ChatCompletionCreateParams.FunctionCall.Auto

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

    
    public final class ChatCompletionCreateParams.FunctionCall.Auto
     implements Enum
                        

    none means the model will not call a function and instead generates a message. auto means the model can pick between generating a message or calling a function.