qwe
Some checks failed
Docker Build and Deploy / build-and-push (push) Has been cancelled
Docker Build and Deploy / deploy-hk (push) Has been cancelled

This commit is contained in:
zch1234qq
2025-10-21 09:17:52 +08:00
parent ecc8347146
commit 4afe6529fb
7 changed files with 1529 additions and 32 deletions

View File

@ -168,7 +168,8 @@ class CozeService {
const botMessage: Message = {
id: messageId,
content: fullContent,
sender: 'bot',
role: 'assistant',
content_type: 'text',
timestamp: new Date()
};
@ -218,7 +219,8 @@ class CozeService {
return {
id: Date.now().toString(),
content: mockContent,
sender: 'bot',
role: 'assistant',
content_type: 'text',
timestamp: new Date()
};
}