Class DeepSeekResponseFormat

java.lang.Object
de.entwicklertraining.deepseek4j.DeepSeekResponseFormat

public final class DeepSeekResponseFormat extends Object
Represents the response_format object for DeepSeek, specifying the format the model must output. E.g. { "type": "json_object" }
  • Constructor Details

    • DeepSeekResponseFormat

      public DeepSeekResponseFormat(String type)
  • Method Details