Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4388e46e70
@ -17,7 +17,6 @@ public class ChatReqVO {
|
||||
@NotNull(message = "模型ID不能为空")
|
||||
private Long modelId;
|
||||
@Schema(description = "应用ID", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotNull(message = "应用ID不能为空")
|
||||
private Long applicationId;
|
||||
@Schema(description = "对话的内容", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||
@NotEmpty(message = "对话的内容不能为空")
|
||||
|
Loading…
x
Reference in New Issue
Block a user