style: fix formatting in api.ts and chat.ts files

This commit is contained in:
dakai
2024-10-06 10:39:58 +08:00
parent 586c4a493d
commit 83cf5f01aa
3 changed files with 2 additions and 2 deletions

View File

@@ -366,6 +366,7 @@ export const useChatStore = createPersistStore(
file_url: {
url: file.url,
name: file.name,
tokenCount: file.tokenCount,
},
};
}),
@@ -424,7 +425,6 @@ export const useChatStore = createPersistStore(
mContent = userContent;
displayContent = userContent;
}
let userMessage: ChatMessage = createMessage({
role: "user",
content: mContent,