Class DeepSeekResponseFormat
java.lang.Object
de.entwicklertraining.deepseek4j.DeepSeekResponseFormat
Represents the response_format object for DeepSeek,
specifying the format the model must output.
E.g. { "type": "json_object" }
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DeepSeekResponseFormatstatic DeepSeekResponseFormattext()org.json.JSONObjecttoJson()type()
-
Constructor Details
-
DeepSeekResponseFormat
-
-
Method Details
-
text
-
jsonObject
-
toJson
public org.json.JSONObject toJson() -
type
-