Class ResponseFormat

java.lang.Object
nl.dannyj.mistral.models.completion.ResponseFormat

public class ResponseFormat extends Object
The response format of a completion request.
  • Constructor Details

    • ResponseFormat

      public ResponseFormat(ResponseFormats type)
    • ResponseFormat

      public ResponseFormat()
  • Method Details

    • getType

      public ResponseFormats getType()
      The type of the response format. Currently, can either be TEXT or JSON.
      Returns:
      The type of the response format.
    • setType

      public void setType(ResponseFormats type)
      The type of the response format. Currently, can either be TEXT or JSON.
      Parameters:
      type - The type of the response format.
    • toString

      public String toString()
      Overrides:
      toString in class Object