[fix][launcher]Config chat apps for S2ArtistDemo

This commit is contained in:
jerryjzhang
2024-10-12 20:33:22 +08:00
parent 83cf171ec5
commit a7fe900394
2 changed files with 14 additions and 3 deletions

View File

@@ -19,10 +19,10 @@ public class Agent extends RecordInfo {
private String name;
private String description;
/** 0 offline, 1 online */
private Integer status;
private Integer status = 1;
private List<String> examples;
private Integer enableSearch;
private Integer enableFeedback;
private Integer enableSearch = 1;
private Integer enableFeedback = 0;
private String toolConfig;
private Map<String, ChatApp> chatAppConfig = Collections.EMPTY_MAP;
private VisualConfig visualConfig;