chat-history
<ai-portal.chat-history>
构件 ai-portal.chat-history
Examples
Basic
Properties
Name | Description | Type | Default | Required |
---|---|---|---|---|
list | HistoryItem[] | |||
actions | ActionType[] |
Events
Name | Description | Event Detail |
---|---|---|
action.click | ActionClickDetail |
Type references
HistoryItem
Name | Description | Type | Default | Required |
---|---|---|---|---|
id | string | ✅ | ||
url | string | ✅ | ||
title | string | ✅ | ||
startTime | number | ✅ | ||
state | TaskState |
ActionClickDetail
Name | Description | Type | Default | Required |
---|---|---|---|---|
action | SimpleActionType | ✅ | ||
item | HistoryItem | ✅ |