Uses of Class
de.entwicklertraining.deepseek4j.chat.completion.DeepSeekCompletionResponse
Packages that use DeepSeekCompletionResponse
-
Uses of DeepSeekCompletionResponse in de.entwicklertraining.deepseek4j.chat.completion
Subclasses with type arguments of type DeepSeekCompletionResponse in de.entwicklertraining.deepseek4j.chat.completionModifier and TypeClassDescriptionfinal classRepresents a request to the DeepSeek Chat Completion API.Methods in de.entwicklertraining.deepseek4j.chat.completion that return DeepSeekCompletionResponseModifier and TypeMethodDescriptionDeepSeekCompletionRequest.createResponse(String responseBody) DeepSeekCompletionRequest.Builder.execute()DeepSeekCompletionRequest.Builder.executeWithExponentialBackoff()DeepSeekCompletionCallHandler.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.