(feature)(chat-sdk) add time display above card (#1667)

This commit is contained in:
williamhliu
2024-09-13 15:11:00 +08:00
committed by GitHub
parent 579394af40
commit 4c9f16728a
3 changed files with 14 additions and 0 deletions

View File

@@ -256,6 +256,7 @@ export type SimilarQuestionType = {
};
export type ParseTimeCostType = {
parseStartTime: number;
parseTime: number;
sqlTime: number;
};