Make code lookup mandatory in between investigation steps for better results

This commit is contained in:
Fahad
2025-06-19 17:42:41 +04:00
parent 79abb9ca7e
commit 7900fdd21c
8 changed files with 108 additions and 33 deletions

View File

@@ -45,8 +45,10 @@ class TestDebugCertainConfidence:
# Verify step 1 response
response1 = json.loads(result1[0].text)
assert response1["status"] == "investigation_in_progress"
assert response1["status"] == "pause_for_investigation"
assert response1["step_number"] == 1
assert response1["investigation_required"] is True
assert "required_actions" in response1
continuation_id = response1["continuation_id"]
# Step 2: Final step with certain confidence (simple import fix)