ER: Agent provides output > ask user > prodides output > ask user
AR: Agent provides outpus > ask user > ...this is missed > ask user
Thus, user cannot understand the context
I have solved similar problem forone of skills: do not call AskUserQuestion in the same turn when you display content.
I think this is should be hardcoded into agent: when ask tool requires some content to be display to the user to make decision – show it.
ER: Agent provides output > ask user > prodides output > ask user
AR: Agent provides outpus > ask user > ...this is missed > ask user
Thus, user cannot understand the context
I have solved similar problem forone of skills:
do not call AskUserQuestion in the same turn when you display content.I think this is should be hardcoded into agent: when ask tool requires some content to be display to the user to make decision – show it.