-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #286 from bolna-ai/chore/add-filler-example
add filler examples
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### With Fillers | ||
|
||
Fillers can be used to give an agent time to think or to make sure with expressive TTS like elevenlabs, you're able to ensir elow latency. This is the example task config fot the agent to enable the same. | ||
|
||
```json | ||
"task_config": { | ||
"ambient_noise_track": "office-ambience", | ||
"hangup_after_LLMCall": false, | ||
"hangup_after_silence": 10.0, | ||
"ambient_noise": true, | ||
"interruption_backoff_period": 0.0, | ||
"backchanneling": true, | ||
"backchanneling_start_delay": 5.0, | ||
"optimize_latency": true, | ||
"incremental_delay": 300.0, | ||
"call_cancellation_prompt": null, | ||
"number_of_words_for_interruption": 3.0, | ||
"backchanneling_message_gap": 5.0, | ||
"use_fillers": true | ||
}, | ||
``` |
Empty file.