Update app.py
Browse files
app.py
CHANGED
|
@@ -890,11 +890,13 @@ planner_prompt = f"""
|
|
| 890 |
Purpose: Definitive legal authority.
|
| 891 |
Use to retrieve governing NYC Code sections, exceptions, and cross-references.
|
| 892 |
Always pass a focused topic derived from Phase 1 signals.
|
|
|
|
| 893 |
|
| 894 |
3) `execute_page_expert`
|
| 895 |
Purpose: High-resolution visual verification.
|
| 896 |
Use to confirm compliance or non-compliance by zooming tiles.
|
| 897 |
This agent provides the ONLY acceptable visual proof.
|
|
|
|
| 898 |
|
| 899 |
========================
|
| 900 |
MANDATORY PHASED WORKFLOW
|
|
|
|
| 890 |
Purpose: Definitive legal authority.
|
| 891 |
Use to retrieve governing NYC Code sections, exceptions, and cross-references.
|
| 892 |
Always pass a focused topic derived from Phase 1 signals.
|
| 893 |
+
**YOU MAY ONLY CALL THIS TOOL ONCE**
|
| 894 |
|
| 895 |
3) `execute_page_expert`
|
| 896 |
Purpose: High-resolution visual verification.
|
| 897 |
Use to confirm compliance or non-compliance by zooming tiles.
|
| 898 |
This agent provides the ONLY acceptable visual proof.
|
| 899 |
+
**NEVER CALL THIS TOOL MORE THAN ONCE ON A SINGLE PAGE**
|
| 900 |
|
| 901 |
========================
|
| 902 |
MANDATORY PHASED WORKFLOW
|