export default [ { id: -301, name: "translate", translated_name: "Translate to English (US)", prompt_type: "text", icon: "language", location: ["composer", "post"], }, { id: -303, name: "proofread", translated_name: "Proofread text", prompt_type: "diff", icon: "spell-check", location: ["composer", "post"], }, { id: -304, name: "markdown_table", translated_name: "Generate Markdown table", prompt_type: "diff", icon: "table", location: ["composer"], }, { id: -305, name: "custom_prompt", translated_name: "Custom Prompt", prompt_type: "diff", icon: "comment", location: ["composer", "post"], }, { id: -306, name: "explain", translated_name: "Explain", prompt_type: "text", icon: "question", location: ["post"], }, { id: -307, name: "generate_titles", translated_name: "Suggest topic titles", prompt_type: "list", icon: "heading", location: ["composer"], }, { id: -308, name: "illustrate_post", translated_name: "Illustrate Post", prompt_type: "list", icon: "images", location: ["composer"], }, { id: -309, name: "detect_text_locale", translated_name: "detect_text_locale", prompt_type: "text", icon: null, location: [], }, ];