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