(improvement)(Headless) move Knowledge package to chat package (#816)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2024-03-13 20:15:29 +08:00
committed by GitHub
parent be1ebb8d8c
commit 9dcf8c23f2
47 changed files with 109 additions and 118 deletions

View File

@@ -27,9 +27,8 @@ public class SchemaElement implements Serializable {
private List<String> alias;
private List<SchemaValueMap> schemaValueMaps;
private List<RelatedSchemaElement> relatedSchemaElements;
private String defaultAgg;
private String dataFormatType;
private double order;
@Override