feat: 消息的调整

This commit is contained in:
2026-01-21 22:48:20 +08:00
parent 34ad0ed8e3
commit 14d213c4a8
5 changed files with 78 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ export class ChatMessage {
// 工具调用信息
toolCall?: any;
// 问题信息
question?: any;
question?: string;
constructor(
messageId: string,