Type alias AibotChatContent

AibotChatContent: {
    content: string;
    [key: string]: string;
}

聊天内容,content为默认字段,其余字段根据需要扩充

Param

聊天内容主体

Type declaration

  • [key: string]: string
  • content: string

Generated using TypeDoc