Skip to content

Commit

Permalink
ux: Default callback timeout to 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Nov 20, 2024
1 parent f88ffdd commit 9db9752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Conversation options are represented as features. They can be configured from Ap
|-|-|-|
| `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` | 72 |
| `callback_timeout_hour` | The timeout for a callback in hours. | `int` | 3 |
| `phone_silence_timeout_sec` | The timeout for phone silence in seconds. | `int` | 1 |
| `recording_enabled` | Whether call recording is enabled. | `bool` | false |
| `slow_llm_for_chat` | Whether to use the slower LLM for chat. | `bool` | true |
Expand Down
2 changes: 1 addition & 1 deletion cicd/bicep/app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ resource configValues 'Microsoft.AppConfiguration/configurationStores/keyValues@
for item in items({
answer_hard_timeout_sec: 180
answer_soft_timeout_sec: 30
callback_timeout_hour: 72
callback_timeout_hour: 3
phone_silence_timeout_sec: 1
recording_enabled: false
slow_llm_for_chat: true
Expand Down

0 comments on commit 9db9752

Please sign in to comment.