Skip to content

Commit

Permalink
Merge pull request #874 from 1AhmedYasser/BUG-Intent-response-deletio…
Browse files Browse the repository at this point in the history
…n-flaw

Hot-Fix: Intent response deletion flaw
  • Loading branch information
ffrose authored Feb 13, 2025
2 parents b248586 + 0925e42 commit 4b7b47d
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/entities/add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mergeEntities:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/entities/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ deleteEntity:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
4 changes: 2 additions & 2 deletions DSL/Ruuter.private/POST/rasa/entities/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ replaceExistingEntity:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down Expand Up @@ -102,4 +102,4 @@ returnEntityIsMissing:

returnUnauthorized:
return: "error: unauthorized"
next: end
next: end
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/forms/add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ mergeResponses:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/forms/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ deleteKey:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/forms/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mergeResponses:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/responses/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ deleteKey:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/slots/add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mergeSlots:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/slots/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ deleteKey:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down
2 changes: 1 addition & 1 deletion DSL/Ruuter.private/POST/rasa/slots/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mergeSlots:
convertJsonToYaml:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml"
url: "[#TRAINING_DMAPPER]/conversion/json_to_yaml_domain"
body:
version: ${domainData.response.body.response.version}
intents: ${domainData.response.body.response.intents}
Expand Down

0 comments on commit 4b7b47d

Please sign in to comment.