Class ChatCompletionAllowedTools.Mode

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

    
    public final class ChatCompletionAllowedTools.Mode
     implements Enum
                        

    Constrains the tools available to the model to a pre-defined set.

    auto allows the model to pick from among the allowed tools and generate a message.

    required requires the model to call one or more of the allowed tools.