Uses of Record Class
org.springframework.ai.deepseek.api.DeepSeekApi.ChatCompletionChunk
Packages that use DeepSeekApi.ChatCompletionChunk
-
Uses of DeepSeekApi.ChatCompletionChunk in org.springframework.ai.deepseek.api
Methods in org.springframework.ai.deepseek.api that return DeepSeekApi.ChatCompletionChunkModifier and TypeMethodDescriptionDeepSeekStreamFunctionCallingHelper.merge(DeepSeekApi.ChatCompletionChunk previous, DeepSeekApi.ChatCompletionChunk current) Methods in org.springframework.ai.deepseek.api that return types with arguments of type DeepSeekApi.ChatCompletionChunkModifier and TypeMethodDescriptionreactor.core.publisher.Flux<DeepSeekApi.ChatCompletionChunk> DeepSeekApi.chatCompletionStream(DeepSeekApi.ChatCompletionRequest chatRequest) Creates a streaming chat response for the given chat conversation.reactor.core.publisher.Flux<DeepSeekApi.ChatCompletionChunk> DeepSeekApi.chatCompletionStream(DeepSeekApi.ChatCompletionRequest chatRequest, org.springframework.http.HttpHeaders additionalHttpHeader) Creates a streaming chat response for the given chat conversation.Methods in org.springframework.ai.deepseek.api with parameters of type DeepSeekApi.ChatCompletionChunkModifier and TypeMethodDescriptionbooleanDeepSeekStreamFunctionCallingHelper.isStreamingToolFunctionCall(DeepSeekApi.ChatCompletionChunk chatCompletion) booleanDeepSeekStreamFunctionCallingHelper.isStreamingToolFunctionCallFinish(DeepSeekApi.ChatCompletionChunk chatCompletion) DeepSeekStreamFunctionCallingHelper.merge(DeepSeekApi.ChatCompletionChunk previous, DeepSeekApi.ChatCompletionChunk current)