mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: apply feedback
This commit is contained in:
parent
46e0e2ecc9
commit
1db34e6c03
@ -61,7 +61,7 @@ export class NlpEntityStub extends BaseSchema {
|
|||||||
/**
|
/**
|
||||||
* Entity's weight used to determine the next block to trigger in the conversational flow.
|
* 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;
|
weight: number;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user