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
// Since delegate_task is now injected natively into the Loop's tools array,
76
68
// we can simply instruct the model to use the tool, and it will trigger it natively.
77
69
constevent={
78
70
type: 'user:input',
79
71
priority: 'high',
80
-
data: 'You must research the architectural purpose of Neo.component.Base. You do not have the context. Delegate this to the "librarian" sub-agent using the delegate_task tool. Once you get the result, formulate your final answer.'
72
+
data: 'You must research the exact architectural purpose of Neo.component.Base. You do not have the context. Delegate this to the "librarian" sub-agent using the delegate_task tool. Once you get the result, formulate your final answer. Please include specific details retrieved from the architectural context.'
81
73
};
82
74
83
75
// Bypass the scheduler and force synchronous processing for the test environment
0 commit comments