update: mobile 聊天记录获取最新数据

This commit is contained in:
zhuoqinglian
2026-04-10 16:11:04 +08:00
parent 784ba359f2
commit 2cd9484c54
5 changed files with 53 additions and 8 deletions
@@ -34,6 +34,9 @@ export function getChatHistory(agentId: string, sessionId: string) {
ignoreAuth: false,
toast: false,
},
cacheFor: {
expire: -1,
},
})
}