This commit is contained in:
vastxie
2024-01-27 00:40:50 +08:00
parent af6eedafa0
commit fa238c1f03
160 changed files with 1160 additions and 1122 deletions

View File

@@ -19,4 +19,8 @@ __decorate([
(0, class_validator_1.IsOptional)(),
__metadata("design:type", Number)
], CreateGroupDto.prototype, "appId", void 0);
__decorate([
(0, swagger_1.ApiProperty)({ example: "", description: '对话模型配置项序列化的字符串', required: false }),
__metadata("design:type", Object)
], CreateGroupDto.prototype, "modelConfig", void 0);
exports.CreateGroupDto = CreateGroupDto;