@myun/gimi-chat 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1166,9 +1166,9 @@ var useCommonChatAPI = function useCommonChatAPI(props) {
|
|
|
1166
1166
|
} else if (chatItem.mcp && !chatItem.content && !chatItem.reasoningContent) {
|
|
1167
1167
|
// mcp工具调用中,但没有end输出时,不能被终止
|
|
1168
1168
|
setDisableSend(true);
|
|
1169
|
-
} else {
|
|
1170
|
-
setDisableSend(false);
|
|
1171
1169
|
}
|
|
1170
|
+
} else {
|
|
1171
|
+
setDisableSend(false);
|
|
1172
1172
|
}
|
|
1173
1173
|
if ((messageList === null || messageList === void 0 ? void 0 : messageList.length) > 0) {
|
|
1174
1174
|
var _chatItem$moduleInfo3;
|