agents icon indicating copy to clipboard operation
agents copied to clipboard

When `allow_interruption=False`, we should ignore user's input

Open davidzhao opened this issue 4 months ago • 2 comments

When the agent is speaking with allow_interruption=False, we should not be processing any user input, instead of queuing up another response (only to play it out later).

That response will lack the proper context and the user would not be expecting that the agent heard it.

davidzhao avatar Oct 03 '24 07:10 davidzhao