Class DashScopeAiStreamFunctionCallingHelper

java.lang.Object
com.alibaba.cloud.ai.dashscope.api.DashScopeAiStreamFunctionCallingHelper

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

    • DashScopeAiStreamFunctionCallingHelper

      public DashScopeAiStreamFunctionCallingHelper()
    • DashScopeAiStreamFunctionCallingHelper

      public DashScopeAiStreamFunctionCallingHelper(Boolean incrementalOutput)
  • Method Details