perf: 调整
This commit is contained in:
@ -39,6 +39,7 @@ export const useChatStore = defineStore('chat', {
|
||||
clearAgentInfo() {
|
||||
this.agentInfo = {};
|
||||
this.searchValue = '';
|
||||
rlsWithCatch('agentInfo');
|
||||
},
|
||||
async onCreateSession() {
|
||||
const { code, data } = await createSession();
|
||||
|
||||
Reference in New Issue
Block a user