Uses of Class
de.entwicklertraining.deepseek4j.chat.completion.DeepSeekCompletionRequest
Packages that use DeepSeekCompletionRequest
-
Uses of DeepSeekCompletionRequest in de.entwicklertraining.deepseek4j.chat.completion
Subclasses with type arguments of type DeepSeekCompletionRequest in de.entwicklertraining.deepseek4j.chat.completionModifier and TypeClassDescriptionstatic final classfinal classRepresents a response from the DeepSeek Chat Completion API.Methods in de.entwicklertraining.deepseek4j.chat.completion that return DeepSeekCompletionRequestMethods in de.entwicklertraining.deepseek4j.chat.completion with parameters of type DeepSeekCompletionRequestModifier and TypeMethodDescriptionDeepSeekCompletionCallHandler.handleRequest(DeepSeekCompletionRequest initialRequest, boolean useExponentialBackoff) Main method: sends the conversation to DeepSeek, handles potential tool calls, and repeats until a final response is reached or an error occurs.Constructors in de.entwicklertraining.deepseek4j.chat.completion with parameters of type DeepSeekCompletionRequestModifierConstructorDescriptionDeepSeekCompletionResponse(org.json.JSONObject json, DeepSeekCompletionRequest request) Constructs a DeepSeekCompletionResponse.