max_delay 6.0->3.0 for responsiveness
This commit is contained in:
@@ -242,7 +242,7 @@ async def my_agent(ctx: JobContext):
|
|||||||
endpointing={
|
endpointing={
|
||||||
"mode": "dynamic",
|
"mode": "dynamic",
|
||||||
"min_delay": 0.5,
|
"min_delay": 0.5,
|
||||||
"max_delay": 6.0,
|
"max_delay": 3.0,
|
||||||
},
|
},
|
||||||
interruption={
|
interruption={
|
||||||
"mode": "adaptive",
|
"mode": "adaptive",
|
||||||
|
|||||||
Reference in New Issue
Block a user