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

@ -6,17 +6,15 @@ export interface Message {
* 消息唯一标识符
*/
id: string;
/**
* 消息内容
*/
content: string;
content_type: 'text'|'card';
/**
* 发送者类型
*/
sender: 'user' | 'bot';
role: 'user' | 'assistant';
/**
* 消息时间戳
*/
@ -31,7 +29,6 @@ export interface CozeConfig {
* Coze API 密钥
*/
apiKey: string;
/**
* Bot ID
*/