diff --git a/docs/docs/sources/rasa_interactive___help.txt b/docs/docs/sources/rasa_interactive___help.txt index 1b07232a1a41..bc0c4c466159 100644 --- a/docs/docs/sources/rasa_interactive___help.txt +++ b/docs/docs/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: 19fc39f7978f427f9704ef27a1e2af10) + generated. (default: e16fba57baeb4884837ab23d853d494a) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/docs/sources/rasa_shell___help.txt b/docs/docs/sources/rasa_shell___help.txt index 9f95e81b8182..86aab49acd8f 100644 --- a/docs/docs/sources/rasa_shell___help.txt +++ b/docs/docs/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - 572acc8043b64b21a208c4d305b4b55c) + 79db8151ed214aa8addd814034ebb945) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/examples/moodbot/domain.yml b/examples/moodbot/domain.yml index de67a502a027..55aecb6fbd9c 100644 --- a/examples/moodbot/domain.yml +++ b/examples/moodbot/domain.yml @@ -20,7 +20,7 @@ responses: utter_cheer_up: - text: "Here is something to cheer you up:" - image: "https://i.imgur.com/nGF1K8f.jpg" + image: "https://i.imgur.com/iPa8HCj.jpeg" utter_did_that_help: - text: "Did that help you?"