1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* docs: Add v4 documentation for ner-manager, intent logics, nlp-manager and slot-filling More... about 3 years ago
* feat: Allow slotFilling and actions to be included in corpus More... about 3 years ago
* fix: Enhance corpus parsing of entities to correctly handle between and betweenLast types More... about 3 years ago
* feat: Add methods to register action methods in ActionManager to be used when defining actions in Corpus More... about 3 years ago
* test: Enhance test for entity-corpus definition and add trim type More... about 3 years ago
* test: Add test for NER BetweenLast rule and enhance between rule test More... about 3 years ago
* feat: Add missing method to add a NER BetweenLast rule More... about 3 years ago
* feat: Add method updateSlot to update an existing or create a new slot This will be used by NLPManager to update slots using corpus More... about 3 years ago
* docs: Adjust JSDoc of addSlot to correctly mark optional parameters More... about 3 years ago
* docs: Adjust JSDoc of some methods to state that parameters can be an array of object and not a single string More... about 3 years ago
* refactor: Check if a list of parameters are equal using JSON.stringify and not toString, which can be strange with arrays More... about 3 years ago
* feat: Add method to just register an action method in the actionsMap More... about 3 years ago
* correctly set the default for executeActionsBeforeAnswers setting * add testings for executeActionsBeforeAnswers setting More... about 3 years ago
adjust ci trigger back to master More... about 3 years ago
* If actions are executed before generating the answers and the answer property is set after the actions are executed use this answer (and render it with current context), but do not generate other answers More... about 3 years ago
* Allow to choose if actions are executed before or after generating and rendering the answers. Default is to execute actions after answer generation as before. Execute actions before allows actions to modify the context to enrich entities and use these in answers. More... about 3 years ago
* If srcAnswer is set then this is "the better answer" then the intent answer - so return srcAnswer as answer More... about 3 years ago
* use more specific (already determined) output locale if existing over provided locale when creating optional entity utterance to make sure the right locale is used, else entity parsing is e.g. only done with default builtins More... about 3 years ago
* async is ignored in forEach, fix this usage * fix typ More... about 3 years ago
* do not return a srcAnswer if all mandatory entities are filled More... about 3 years ago
* only add the current utterance as found entity if the requested entity was not already filled otherwise (e.g. by a builtin logic) to prevent duplicated entities More... about 3 years ago
* move slot filling code to before answer and action handling to be able to consider the fresh filled entities for the answer rendering More... about 3 years ago
* docs fixes More... about 3 years ago
* correctly tear down worker initialized by "new Runtime()" in tests More... about 3 years ago
* adjust back to just ignore the expected reject on writeFile too More... about 3 years ago
* ignore rejection on mock-fs-writeFile in tests More... about 3 years ago
* use correct parameters More... about 3 years ago
* catch writeFile errors and reject promise More... about 3 years ago
* fix invalid access without type checking (gave unhandled prmise rejection because of type error) More... about 3 years ago
* adress eslint errors: More... about 3 years ago