Skip to content

Commit c3aeabd

Browse files
authored
add missing noun (#1010)
## Description <!-- describe the changes as bullet points --> - "for a long and has already" - I did a double take 😂 and realized it was missing the word "time" ## Testing Steps - [ ] Run the app locally using `fern docs dev` or navigate to preview deployment - [ ] Ensure that the changed pages and code snippets work
1 parent 92fac1b commit c3aeabd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fern/customization/speech-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This plan defines the parameters for when the assistant begins speaking after th
7777
- **Transcription-Based Detection**: Customize how the assistant determines that the customer has stopped speaking based on what they're saying. This offers more control over the timing. **Example:** When a customer says, "My account number is 123456789, I want to transfer $500."
7878
- The system detects the number "123456789" and waits for 0.5 seconds (`WaitSeconds`) to ensure the customer isn't still speaking.
7979
- If the customer were to finish with an additional line, "I want to transfer $500.", the system uses `onPunctuationSeconds` to confirm the end of the speech and then proceed with the request processing.
80-
- In a scenario where the customer has been silent for a long and has already finished speaking but the transcriber is not confident to punctuate the transcription, `onNoPunctuationSeconds` is used for 1.5 seconds.
80+
- In a scenario where the customer has been silent for a long time and has already finished speaking but the transcriber is not confident to punctuate the transcription, `onNoPunctuationSeconds` is used for 1.5 seconds.
8181

8282
## Stop Speaking Plan
8383

0 commit comments

Comments
 (0)