From 41b6995f75eb85eaa06ba51993d4561803f41c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mence=20Lesn=C3=A9?= Date: Fri, 6 Dec 2024 15:38:50 +0100 Subject: [PATCH] doc: Fix features config table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e08c75da..5ec723dd 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,7 @@ Task can be customized for each call, by adding the `task` field in the `POST /c Conversation options are represented as features. They can be configured from App Configuration, without the need to redeploy or restart the application. Once a feature is updated, a delay of 60 seconds is needed to make the change effective. | Name | Description | Type | Default | -|-|-|-| +|-|-|-|-| | `answer_hard_timeout_sec` | The hard timeout for the bot answer in seconds. | `int` | 180 | | `answer_soft_timeout_sec` | The soft timeout for the bot answer in seconds. | `int` | 30 | | `callback_timeout_hour` | The timeout for a callback in hours. | `int` | 3 |