(fix)(headless)Fix multi-turn conversation issue, recalling history ChatQuery instead of ChatParse.

This commit is contained in:
jerryjzhang
2024-07-30 21:57:44 +08:00
parent 12a504585f
commit 4a5bb9e457
14 changed files with 71 additions and 168 deletions

View File

@@ -2,6 +2,6 @@ package com.tencent.supersonic.headless.api.pojo.enums;
public enum SchemaType {
VIEW,
DATASET,
MODEL
}