Skip to content

Commit

Permalink
Update agents.mdx (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajar98 authored Jul 29, 2024
1 parent 11e8d24 commit 3bc8f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ agent behavior:
- `language` sets the agent language (for more context see [Multilingual Agents](/multilingual))
- `initial_message` controls the agents first utterance.
- `initial_message_delay` adds a delay to the initial message from when the call begins
- `ask_if_human_present_on_idle` allows the agent to speak when there is more than 4s of silence on the call
- `ask_if_human_present_on_idle` allows the agent to speak when there is more than 15s of silence on the call
- `llm_temperature` controls the behavior of the underlying language model. Values can range from 0 to 1, with higher
values leading to more diverse and creative results. Lower values generate more consistent outputs.

0 comments on commit 3bc8f8d

Please sign in to comment.