mirror of
https://github.com/hexastack/hexabot
synced 2025-04-10 07:45:57 +00:00
feat: apply feedback
This commit is contained in:
parent
7b111868ed
commit
e58d55cc54
@ -39,7 +39,7 @@ export class NlpValueCreateDto {
|
||||
@IsObject()
|
||||
metadata?: Record<string, any>;
|
||||
|
||||
@ApiPropertyOptional({ type: String })
|
||||
@ApiPropertyOptional({ description: 'Nlp Value Description', type: String })
|
||||
@IsString()
|
||||
@IsOptional()
|
||||
doc?: string;
|
||||
@ -82,7 +82,7 @@ export class NlpValueUpdateDto {
|
||||
@IsObjectId({ message: 'Entity must be a valid ObjectId' })
|
||||
entity?: string | null;
|
||||
|
||||
@ApiPropertyOptional({ type: String })
|
||||
@ApiPropertyOptional({ description: 'Nlp Value Description', type: String })
|
||||
@IsString()
|
||||
@IsOptional()
|
||||
doc?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user