agents
agents copied to clipboard
When `allow_interruption=False`, we should ignore user's input
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.