mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): update JSDoc
This commit is contained in:
parent
22c4fcdfc8
commit
abade7a783
@ -65,7 +65,6 @@ export class NlpService {
|
||||
* Handles the event triggered when a new NLP entity is created. Synchronizes the entity with the external NLP provider.
|
||||
*
|
||||
* @param entity - The NLP entity to be created.
|
||||
* @returns The updated entity after synchronization.
|
||||
*/
|
||||
@OnEvent('hook:nlpEntity:create')
|
||||
async handleEntityCreate(entity: NlpEntityDocument) {
|
||||
@ -128,8 +127,6 @@ export class NlpService {
|
||||
* Handles the event triggered when a new NLP value is created. Synchronizes the value with the external NLP provider.
|
||||
*
|
||||
* @param value - The NLP value to be created.
|
||||
*
|
||||
* @returns The updated value after synchronization.
|
||||
*/
|
||||
@OnEvent('hook:nlpValue:create')
|
||||
async handleValueCreate(value: NlpValueDocument) {
|
||||
|
Loading…
Reference in New Issue
Block a user