You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/fel/java/fel-community/model-openai/src/main/java/modelengine/fel/community/model/openai/entity/chat/OpenAiChatCompletionResponse.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,7 @@ public ChatMessage message() {
46
46
* @return 表示模型回复的 {@link ChatMessage}。
47
47
*/
48
48
publicChatMessagereasoningContent() {
49
-
// 目前认为生成reasoning content不会生成tool call
50
-
returnextractMessage(OpenAiChatMessage::reasoningContent, m -> null);
0 commit comments