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