接了智能体列表,其他接口暂不可接

This commit is contained in:
2026-08-04 14:44:48 +08:00
parent c4fb90b755
commit 2f1702c858
3 changed files with 330 additions and 13 deletions

View File

@@ -6692,8 +6692,6 @@ This will fail in production.`);
const takeConversationMessages = async () => {
try {
allmessages.value = await getConversationMessages(userToken.value, currentSessionId.value) || [];
formatAppLog("log", "at pages/Chat/Chat.vue:1503", "获取到的所有消息:", JSON.stringify(allmessages.value));
formatAppLog("log", "at pages/Chat/Chat.vue:1504", "获取到的所有消息:", allmessages.value);
scrollToBottom();
} catch (error) {
uni.showToast({