(improvement)(headless)Adapt s2_exemplar file to new version of prompting strategy.

This commit is contained in:
jerryjzhang
2024-06-30 11:17:27 +08:00
parent 5bfef816c4
commit 1d0b288922
7 changed files with 320 additions and 507 deletions

View File

@@ -28,7 +28,7 @@ import java.util.List;
@Order(0)
public class ExemplarServiceImpl implements ExemplarService, CommandLineRunner {
private static final String SYS_EXEMPLAR_FILE = "s2ql_exemplar.json";
private static final String SYS_EXEMPLAR_FILE = "s2-exemplar.json";
private TypeReference<List<SqlExemplar>> valueTypeRef = new TypeReference<List<SqlExemplar>>() {
};