Class MiniMaxStreamFunctionCallingHelper

java.lang.Object
org.springframework.ai.minimax.api.MiniMaxStreamFunctionCallingHelper

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

    • MiniMaxStreamFunctionCallingHelper

      public MiniMaxStreamFunctionCallingHelper()
  • Method Details