Skip to content

Commit

Permalink
Fix the issue (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKrupenja authored Jan 13, 2025
1 parent 168c004 commit 09a7440
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions DSL/Ruuter.private/POST/rasa/intents/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,6 @@ convertJsonToYaml:
nlu: ${intentFileJson.response.body}
result: intentYaml

saveIntentFile:
call: http.post
args:
url: "[#TRAINING_DMAPPER]/file-manager/create"
body:
file_path: ${fileLocations.response.body.response.intents_location + "removed/" + intent + file_end}
content: ${intentYaml.response.body.json}
result: fileResult

getDomainFile:
call: http.get
args:
Expand Down

0 comments on commit 09a7440

Please sign in to comment.