From eead8de0722f0957ca5184865e055d586173d7a9 Mon Sep 17 00:00:00 2001 From: Phillip Schichtel Date: Wed, 8 May 2024 18:50:02 +0200 Subject: [PATCH] mention that /session always blocks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfea877..b6c70ff 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This channel will be used for communication with CVG. The Bot token is required so that Rasa can verify that CVG is communicating with your Rasa Bot. The optional `blocking_endpoints` option allows to disable blocking CVG's request while processing the user message. -For compatibility reasons this option defaults to `true`, but we recommend setting it to `false`. +For compatibility reasons this option defaults to `true`, but we recommend setting it to `false`. The `/session` request is unaffected by this option and always blocks. ### Configuring CVG