We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bdedde + db655c0 commit da91485Copy full SHA for da91485
prompts/code_prompts.py
@@ -67,6 +67,13 @@
67
- Use the EXACT paper ID provided in the message (PAPER_ID=X).
68
- Save path MUST be: ./deepcode_lab/papers/{PAPER_ID}/{PAPER_ID}.md
69
70
+CRITICAL OUTPUT RESTRICTIONS:
71
+- RETURN ONLY THE RAW JSON OBJECT DESCRIBED BELOW
72
+- NO markdown code fences (```json)
73
+- NO explanatory or conversational text before or after the JSON
74
+- NO tool call commentary or step-by-step narration in the final reply
75
+- IF YOU NEED TO EXPLAIN YOUR ACTIONS, DO SO THROUGH TOOL CALLS ONLY. THE FINAL ASSISTANT MESSAGE MUST BE JSON.
76
+
77
Processing Rules:
78
1. URL Input (input_type = "url"):
79
- Use download_file_to tool with: url=<url>, destination="./deepcode_lab/papers/{PAPER_ID}/", filename="{PAPER_ID}.md"
0 commit comments