feat: apply feedback

This commit is contained in:
Mohamed Marrouchi 2025-04-02 17:25:42 +01:00 committed by MohamedAliBouhaouala
parent 46e0e2ecc9
commit 1db34e6c03

View File

@ -61,7 +61,7 @@ export class NlpEntityStub extends BaseSchema {
/**
* Entity's weight used to determine the next block to trigger in the conversational flow.
*/
@Prop({ type: Number, default: 1, unique: false })
@Prop({ type: Number, default: 1 })
weight: number;
/**