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
exportconstSUBTASK_CHILD_PROMPT=`${SUBTASK_CHILD_MARKER}: Ask the user exactly this follow-up question: What is the square root of 81? After the user answers, complete with only the answer.`
9
+
constSUBTASK_CHILD_PROMPT=`${SUBTASK_CHILD_MARKER}: Ask the user exactly this follow-up question: What is the square root of 81? After the user answers, complete with only the answer.`
9
10
exportconstSUBTASK_PARENT_PROMPT=`${SUBTASK_PARENT_MARKER}: Use the new_task tool exactly once. Create an ask-mode subtask with this exact message: "${SUBTASK_CHILD_PROMPT}" Do not answer directly.`
10
11
exportconstSUBTASK_CHILD_FOLLOWUP_ANSWER="9"
11
12
constINTERRUPTED_TOOL_RESULT="Task was interrupted before this tool call could be completed."
0 commit comments