This PR is an improvement based on the review feedback for the previous PR #628.
the PR content:
1. remove useless method fromMediaData
, because the MiniMax
does not support media, link.
2. remove dedicated exception use general RuntimeException, link.
3. rename inappropriate method FUNCTION
, link
4. Implemented the doChatCompletionStream
method for the abstract class AbstractFunctionCallSupport, link
5. Optimize imports
Comment From: markpollack
Hi, thanks!! Sorry to cross issues, but there was a similar missing implementation of doChatCompletionStream
in ZhiPuAiChatClient
Comment From: mxsl-gr
Hi, thanks!! Sorry to cross issues, but there was a similar missing implementation of
doChatCompletionStream
inZhiPuAiChatClient
Got it. Would you like to submit a commit to this PR or create a new one?
Comment From: mxsl-gr
cross issues
@markpollack I am not sure about the PR specification for cross issues, so I created a new one, #746 .
If you need to squash in this pr, please contact me.
Comment From: markpollack
merged as ef5a3fa9faf893942b8b7f46447d2eca996b8502
thanks