qwe
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user