Skip to content

Commit

Permalink
doc: Fix features config table
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 6, 2024
1 parent 58383be commit 41b6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 41b6995

Please sign in to comment.