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
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.`
19
21
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.`
constSUBTASK_FAST_CHILD_PROMPT=`${SUBTASK_FAST_CHILD_MARKER}: Complete immediately with the exact result "${SUBTASK_FAST_CHILD_RESULT}".`
23
25
exportconstSUBTASK_FAST_PARENT_PROMPT=`${SUBTASK_FAST_PARENT_MARKER}: Use the new_task tool exactly once. Create an ask-mode subtask with this exact message: "${SUBTASK_FAST_CHILD_PROMPT}" Do not answer directly.`
26
+
exportconstSUBTASK_FANOUT_PARENT_FOLLOWUP="Parent fan-out is still active?"
constSUBTASK_FANOUT_CHILD_PROMPT=`${SUBTASK_FANOUT_CHILD_MARKER}: Complete with the exact result "${SUBTASK_FANOUT_CHILD_RESULT}".`
29
+
exportconstSUBTASK_FANOUT_PARENT_PROMPT=`${SUBTASK_FANOUT_PARENT_MARKER}: Use the new_task tool exactly once. Create an ask-mode subtask with this exact message: "${SUBTASK_FANOUT_CHILD_PROMPT}" After delegation, ask the user exactly this follow-up question: ${SUBTASK_FANOUT_PARENT_FOLLOWUP}`
24
30
25
31
constSUBTASK_INTERRUPT_CHILD_PROMPT=`${SUBTASK_INTERRUPT_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.`
26
32
exportconstSUBTASK_INTERRUPT_PARENT_PROMPT=`${SUBTASK_INTERRUPT_PARENT_MARKER}: Use the new_task tool exactly once. Create an ask-mode subtask with this exact message: "${SUBTASK_INTERRUPT_CHILD_PROMPT}" Do not answer directly. When the subtask returns, complete with the exact result "Interrupted parent resumed".`
@@ -135,6 +141,63 @@ export function addSubtaskFixtures(mock: InstanceType<typeof LLMock>) {
0 commit comments