refactor(headless): 优化维度值映射处理逻辑并添加查询响应中的代理ID字段
Some checks failed
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled

- 简化了维度值映射列表的删除操作代码结构
- 移除了不必要的空行以提高代码可读性
- 在查询响应对象中添加了agentId字段
- 优化了流式处理的链式调用方式
- 调整了数据集服务查询方法的参数构建方式
This commit is contained in:
jerryjzhang
2026-04-01 14:24:31 +08:00
parent 507af43b73
commit 8a4bccab10
3 changed files with 15 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ public class QueryResp {
private Long questionId;
private Date createTime;
private Long chatId;
private Integer agentId;
private Integer score;
private String feedback;
private String queryText;