Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "url_summarize",
"slug": "summarize-anything",
"name": "Summarize Anything",
"categoryId": "RESEARCH"
},
"inputs": {
"url": "",
"format": "structured"
},
"agentHint": "You are summarizing content from a URL. Adapt to the content type.\n\n**TASK CONFIGURATION:**\n- URL: \n- Format: structured\n\n---\n\n## STEP 1: NAVIGATE & EXTRACT\n\n1. Go to \n2. Wait for page to fully load\n3. If paywall or login required, report limitation\n4. Identify content type (article, docs, report, etc.)\n5. Extract full text content\n\n---\n\n## STEP 2: ANALYZE CONTENT\n\n**Read and understand:**\n- Main thesis/argument\n- Key supporting points\n- Data and evidence cited\n- Author's conclusions\n- Actionable recommendations\n\n---\n\n## STEP 3: GENERATE SUMMARY\n\n**Format: structured**\n\n### If \"structured\":\n- TL;DR (one sentence)\n- Key Points (5-7 bullets)\n- Main Argument\n- Evidence/Data\n- Action Items\n- Open Questions\n\n### If \"executive\":\n- 3-4 paragraph summary\n- Focus on implications\n- Decision-relevant info\n\n### If \"eli5\":\n- Simple language\n- No jargon\n- Analogies where helpful\n\n---\n\n## STEP 4: REPORT RESULTS\n\n```json\n{\n \"url\": \"\",\n \"title\": \"\",\n \"contentType\": \"article|documentation|report|other\",\n \"wordCount\": <original>,\n \"summary\": {\n \"tldr\": \"\",\n \"keyPoints\": [],\n \"mainArgument\": \"\",\n \"evidence\": [],\n \"actionItems\": [],\n \"questions\": []\n },\n \"summaryWordCount\": <number>,\n \"compressionRatio\": \"\"\n}\n```\n\n---\n\n## CONTENT TYPE HANDLING\n\n- **Articles:** Focus on thesis and evidence\n- **Documentation:** Focus on actionable info\n- **Reports:** Focus on conclusions and data\n- **Long-form:** Identify sections, summarize each",
"userInput": "You are summarizing content from a URL. Adapt to the content type.\n\n**TASK CONFIGURATION:**\n- URL: \n- Format: structured\n\n---\n\n## STEP 1: NAVIGATE & EXTRACT\n\n1. Go to \n2. Wait for page to fully load\n3. If paywall or login required, report limitation\n4. Identify content type (article, docs, report, etc.)\n5. Extract full text content\n\n---\n\n## STEP 2: ANALYZE CONTENT\n\n**Read and understand:**\n- Main thesis/argument\n- Key supporting points\n- Data and evidence cited\n- Author's conclusions\n- Actionable recommendations\n\n---\n\n## STEP 3: GENERATE SUMMARY\n\n**Format: structured**\n\n### If \"structured\":\n- TL;DR (one sentence)\n- Key Points (5-7 bullets)\n- Main Argument\n- Evidence/Data\n- Action Items\n- Open Questions\n\n### If \"executive\":\n- 3-4 paragraph summary\n- Focus on implications\n- Decision-relevant info\n\n### If \"eli5\":\n- Simple language\n- No jargon\n- Analogies where helpful\n\n---\n\n## STEP 4: REPORT RESULTS\n\n```json\n{\n \"url\": \"\",\n \"title\": \"\",\n \"contentType\": \"article|documentation|report|other\",\n \"wordCount\": <original>,\n \"summary\": {\n \"tldr\": \"\",\n \"keyPoints\": [],\n \"mainArgument\": \"\",\n \"evidence\": [],\n \"actionItems\": [],\n \"questions\": []\n },\n \"summaryWordCount\": <number>,\n \"compressionRatio\": \"\"\n}\n```\n\n---\n\n## CONTENT TYPE HANDLING\n\n- **Articles:** Focus on thesis and evidence\n- **Documentation:** Focus on actionable info\n- **Reports:** Focus on conclusions and data\n- **Long-form:** Identify sections, summarize each",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
}
}