Import Prompt Templates
Upload Prompt Templates
Import prompt templates from a JSON file. The file should contain an array of prompt template objects.
Expected JSON Format
[
{
"id": "comparison-analysis",
"name": "Comparison Analysis",
"description": "Compare and analyze responses from different models",
"content": "# Cross-Reference Analysis\n\nPlease analyze...",
"category": "experiment",
"emoji": "🔍",
"createdAt": 1768335555683,
"updatedAt": 1768335555683
},
// More prompt templates...
]