File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
packages/pro-components/chat/chat-message Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3939 </view>
4040 <!-- 思考过程消息 -->
4141 <view class="chat-example-block">
42- <t-chat-message content="{{aiMessage.content}}" role="{{aiMessage.role}}" variant="text">
42+ <t-chat-message
43+ content="{{aiMessage.content}}"
44+ role="{{aiMessage.role}}"
45+ status="{{aiMessage.status}}"
46+ variant="text"
47+ >
4348 <t-chat-actionbar slot="actionbar" />
4449 </t-chat-message>
4550 </view>
Original file line number Diff line number Diff line change 2828 inChat="{{true}}"
2929 >
3030 </attachments>
31- <chat-thinking wx:if="{{item.type === 'thinking'}}" content="{{item.data}}" role="{{role}}" status="{{status}}"></chat-thinking>
31+ <chat-thinking
32+ wx:if="{{item.type === 'thinking'}}"
33+ content="{{item.data}}"
34+ role="{{role}}"
35+ status="{{status}}"
36+ ></chat-thinking>
3237 <chat-content
3338 wx:elif="{{item.type === 'text' || item.type === 'markdown'}}"
3439 content="{{item}}"
You can’t perform that action at this time.
0 commit comments