fix: 每个视频独立指示牌,不合并——_videos 数组逐个渲染
This commit is contained in:
Vendored
+2
@@ -114,6 +114,8 @@ export interface ChatMessage {
|
||||
/** 视频帧数据(用于消息卡片渲染,不走 images 缩略图) */
|
||||
_videoFrames?: Array<{ name: string; base64: string; timestampSeconds: number }>;
|
||||
_videoMeta?: { fileName: string; duration: number; frameCount: number };
|
||||
/** 多视频独立指示牌 */
|
||||
_videos?: Array<{ fileName: string; frameCount: number; duration: number }>;
|
||||
stopped?: boolean;
|
||||
toolCalls?: ToolCallRecord[];
|
||||
/** 标记此消息为 LLM 压缩摘要生成 */
|
||||
|
||||
Reference in New Issue
Block a user