llm Corrector group by optimize (#280)

This commit is contained in:
lexluo09
2023-10-23 23:13:20 +08:00
committed by GitHub
parent d8f81aca65
commit 8fde378534
6 changed files with 66 additions and 35 deletions

View File

@@ -17,5 +17,5 @@ public class DimensionValueReq {
private String bizName;
@NotNull
private Object value;
private String value;
}