Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions prompts/code_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@
- Use the EXACT paper ID provided in the message (PAPER_ID=X).
- Save path MUST be: ./deepcode_lab/papers/{PAPER_ID}/{PAPER_ID}.md

CRITICAL OUTPUT RESTRICTIONS:
- RETURN ONLY THE RAW JSON OBJECT DESCRIBED BELOW
- NO markdown code fences (```json)
- NO explanatory or conversational text before or after the JSON
- NO tool call commentary or step-by-step narration in the final reply
- IF YOU NEED TO EXPLAIN YOUR ACTIONS, DO SO THROUGH TOOL CALLS ONLY. THE FINAL ASSISTANT MESSAGE MUST BE JSON.

Processing Rules:
1. URL Input (input_type = "url"):
- Use download_file_to tool with: url=<url>, destination="./deepcode_lab/papers/{PAPER_ID}/", filename="{PAPER_ID}.md"
Expand Down