Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复了讯飞星火的函数调用功能。
调用Spark Pro/Max 的 Function call ,只会返回普通对话形式的回答,而不是 function call格式的的回答。
原因是在请求体中多包了一层json,导致星火不能正确解析请求体中的 function call 的相关参数。
现在修正了请求体的格式,能够按预期回答。
close #1543 #1524 #1493 #1457
我已确认该 PR 已自测通过,以 openai 标准格式的同一个 req 调用星火,智谱和openai 的 function call 类型对话,均能正常返回function call格式的相同的 resp。相关截图如下: