q792602257
cda22a720c
feat(annotation): 优化文本标注分段功能实现
- 新增 getEditorTaskSegmentsUsingGet 接口用于获取任务分段信息
- 移除 SegmentInfo 中的 text、start、end 字段,精简数据结构
- 添加 EditorTaskSegmentsResponse 类型定义用于分段摘要响应
- 实现服务端 get_task_segments 方法,支持分段信息查询
- 重构前端组件缓存机制,使用 segmentSummaryFileRef 管理分段状态
- 优化分段构建逻辑,提取 _build_segment_contexts 公共方法
- 调整后端 _build_text_task 方法中的分段处理流程
- 更新 API 类型定义,统一 RequestParams 和 RequestPayload 类型
2026-02-04 16:59:04 +08:00
..
2025-10-30 01:32:59 +08:00
2026-01-19 18:18:19 +08:00
2026-01-05 14:22:44 +08:00
2026-01-26 23:54:40 +08:00
2026-02-04 16:59:04 +08:00
2026-01-31 14:39:21 +08:00
2026-02-02 15:39:06 +08:00
2026-02-01 19:08:11 +08:00
2025-11-13 15:32:30 +08:00
2026-01-23 16:11:59 +08:00
2026-02-02 17:53:09 +08:00