Minimize no-harness ablation prompt
This commit is contained in:
@@ -1002,9 +1002,16 @@ class CoreFlowTests(unittest.TestCase):
|
||||
capability_profile=None,
|
||||
)
|
||||
self.assertFalse(study.llm.use_harness)
|
||||
self.assertIn("Disabled by llm.use_harness=false", prompt)
|
||||
self.assertIn("Study context:", prompt)
|
||||
self.assertIn("Trial history:", prompt)
|
||||
self.assertIn("Known launch failures:", prompt)
|
||||
self.assertNotIn('"paper_alignment"', prompt)
|
||||
self.assertIn("without harness hints", prompt)
|
||||
self.assertNotIn("Harnesses:", prompt)
|
||||
self.assertNotIn("Disabled by llm.use_harness=false", prompt)
|
||||
self.assertNotIn("without harness hints", prompt)
|
||||
self.assertNotIn("Window summary:", prompt)
|
||||
self.assertNotIn("Parallel space candidates:", prompt)
|
||||
self.assertNotIn("Prioritize exploring legal topology changes", prompt)
|
||||
|
||||
def test_harness_uses_prior_infeasible_probe_for_active_bottleneck(self) -> None:
|
||||
with tempfile.TemporaryDirectory() as tmp:
|
||||
|
||||
Reference in New Issue
Block a user