Make deepresearch execute reliably over RPC
This commit is contained in:
@@ -91,8 +91,10 @@ test("deepresearch keeps subagent tool calls small and skips subagents for narro
|
||||
assert.match(deepResearchPrompt, /lead-owned direct search tasks only/i);
|
||||
assert.match(deepResearchPrompt, /MUST NOT spawn researcher subagents/i);
|
||||
assert.match(deepResearchPrompt, /Do not inflate a simple explainer into a multi-agent survey/i);
|
||||
assert.match(deepResearchPrompt, /Skip this section entirely when the scale decision chose direct search\/no subagents/i);
|
||||
assert.match(deepResearchPrompt, /Skip researcher spawning entirely/i);
|
||||
assert.match(deepResearchPrompt, /<slug>-research-direct\.md/i);
|
||||
assert.match(deepResearchPrompt, /Do not call `alpha_get_paper`/i);
|
||||
assert.match(deepResearchPrompt, /do not fetch `\.pdf` URLs/i);
|
||||
assert.match(deepResearchPrompt, /Keep `subagent` tool-call JSON small and valid/i);
|
||||
assert.match(deepResearchPrompt, /write a per-researcher brief first/i);
|
||||
assert.match(deepResearchPrompt, /Do not place multi-paragraph instructions inside the `subagent` JSON/i);
|
||||
|
||||
Reference in New Issue
Block a user