Skip to content

Commit

Permalink
(improvement)(Chat)The chat history also returns the time taken for p…
Browse files Browse the repository at this point in the history
…arsing and SQL generation
  • Loading branch information
jolunoluo committed Jun 3, 2024
1 parent 5e9c960 commit 446c08a
Show file tree
Hide file tree
Showing 19 changed files with 66 additions and 2,950 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.tencent.supersonic.chat.api.pojo.response;

import com.tencent.supersonic.headless.api.pojo.SemanticParseInfo;
import com.tencent.supersonic.headless.api.pojo.response.ParseTimeCostResp;
import com.tencent.supersonic.headless.api.pojo.response.QueryResult;
import lombok.Data;
import java.util.Date;
Expand All @@ -19,5 +20,6 @@ public class QueryResp {
private QueryResult queryResult;
private List<SemanticParseInfo> parseInfos;
private List<SimilarQueryRecallResp> similarQueries;
private ParseTimeCostResp parseTimeCost = new ParseTimeCostResp();

}
Loading

0 comments on commit 446c08a

Please sign in to comment.