chat-conversation
<visual-builder.chat-conversation>
用于 Visual Builder 的智能聊天对话列表
Examples
Basic
Errors
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
messages | Message[] | |||
errorBoundary | boolean |
Events
Name | Description | Event Detail |
---|---|---|
storyboard.update | BrickConf[] |
Type references
Message
Name | Type | Required | Description |
---|---|---|---|
role | "user" | "assistant" | ✅ | |
content | string | ✅ | |
key | number | ✅ | |
partial | boolean | ||
failed | boolean |