You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Call to regress to another task according to what the user requested to modify, return the corresponding task id, "
108
+
"Call to regress to other tasks according to what the user requested to modify, return the corresponding task ids. "
108
109
'For example, if the user wants to change their email and there is a task with id "email_task" with a description of "Collect the user\'s email", return the id ("get_email_task").'
110
+
"If the user requests to regress to multiple tasks, such as changing their phone number and email, return both task ids in the order they were requested."
109
111
f"The following are the IDs and their corresponding task description. {json.dumps(task_repr)}"
0 commit comments