feat: 聊天界面调整
This commit is contained in:
@@ -34,11 +34,11 @@ export class ChatMessage {
|
||||
toolCall?: any,
|
||||
question?: any
|
||||
) {
|
||||
this.messageId = messageId;
|
||||
this.messageId = messageId;
|
||||
this.messageRole = messageRole;
|
||||
this.messageContent = messageContent;
|
||||
this.finished = finished;
|
||||
this.isLoading = isLoading;
|
||||
this.finished = finished;
|
||||
this.toolCall = toolCall;
|
||||
this.question = question;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user