Class DeepSeekStreamFunctionCallingHelper

java.lang.Object
org.springframework.ai.deepseek.api.DeepSeekStreamFunctionCallingHelper

public class DeepSeekStreamFunctionCallingHelper extends Object
Helper class to support Streaming function calling. It can merge the streamed ChatCompletionChunk in case of function calling message.
Author:
Geng Rong
  • Constructor Details

    • DeepSeekStreamFunctionCallingHelper

      public DeepSeekStreamFunctionCallingHelper()
  • Method Details