Otherwise you can't ask a follow-up question. The place where I've started to see this show up is, you ask the agent to do something, and instead of using the ask_user tool, it instead terminates on a conversational response. If you started on "Begin" that takes you back to "Begin", where we clear chat memory and therefore you cannot ask a follow-up.
Here is a test case, it doesn't always happen this way but it's frequent enough:
- "add a new monospace programming font to my system".
- agent responds giving you three choices. this MAY happen via inline
ask_user but these days for me it often happens with a conversational response.
- say "let's do the first one".
Until this bug is fixed, the agent has no context to interpret what that means.
After this bug is fixed, the agent should do the first of the three choices it provided at step 2.
Otherwise you can't ask a follow-up question. The place where I've started to see this show up is, you ask the agent to do something, and instead of using the
ask_usertool, it instead terminates on a conversational response. If you started on "Begin" that takes you back to "Begin", where we clear chat memory and therefore you cannot ask a follow-up.Here is a test case, it doesn't always happen this way but it's frequent enough:
ask_userbut these days for me it often happens with a conversational response.Until this bug is fixed, the agent has no context to interpret what that means.
After this bug is fixed, the agent should do the first of the three choices it provided at step 2.