You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Im currently impleting your client to communicate with rasa.
In the sample code you've given, it's specified config.yml as a string file.
Can you show me how to give the config file?
I've tried copy pasting the whole file under a string variable..
I'm getting the following exception... {"version":"2.4.3","status":"failure","message":"The request body does not contain valid YAML. Error: Failed to read YAML. mapping values are not allowed here\n in \"<unicode string>\", line 1, column 30:\n language: enpipeline:policies:\n ^ (line: 1)\n\nYou can use https:\/\/yamlchecker.com\/ to validate the YAML syntax of your file.","reason":"BadRequest","details":{},"help":"https:\/\/rasa.com\/docs\/rasa\/training-data-format","code":400}
Confi file looks like this.. config.txt
The text was updated successfully, but these errors were encountered:
Hi, Im currently impleting your client to communicate with rasa.
In the sample code you've given, it's specified config.yml as a string file.
Can you show me how to give the config file?
I've tried copy pasting the whole file under a string variable..
I'm getting the following exception...
{"version":"2.4.3","status":"failure","message":"The request body does not contain valid YAML. Error: Failed to read YAML. mapping values are not allowed here\n in \"<unicode string>\", line 1, column 30:\n language: enpipeline:policies:\n ^ (line: 1)\n\nYou can use https:\/\/yamlchecker.com\/ to validate the YAML syntax of your file.","reason":"BadRequest","details":{},"help":"https:\/\/rasa.com\/docs\/rasa\/training-data-format","code":400}
Confi file looks like this..
config.txt
The text was updated successfully, but these errors were encountered: