system prompt 与 user prompt 区别

User

下面这个算 system prompt 还是 user prompt:```Please provide a detailed and easy-to-understand explanation of the following content, using the same language as the content itself. If the content contains a mix of languages, use the main (dominant) language of the content. Assume the reader has no professional background. Please include:

Content to explain: [SELECTED_TEXT]```

AI

你提供的这段内容是一个 User Prompt,不是 System Prompt。以下是两者的区别,以及为什么它属于 User Prompt:


✅ 它是 User Prompt 的原因:


❌ 它不是 System Prompt 的原因:


📝 简单总结:

类型 说明
✅ User Prompt 明确要求模型完成具体任务(解释内容)
❌ System Prompt 设置模型的角色、语调、行为边界,不包含任务执行请求

如果你希望它变成 System Prompt 的形式,可以这么写:

You are an AI assistant that explains any given text in a clear, easy-to-understand way, using the same language as the input. If the input is multilingual, use the dominant language. Assume the reader has no professional background. Always include key term definitions, technical context, applications, and potential risks.

这段就可以作为 System Prompt 使用。

需要我帮你把它们两个都整理成 markdown 格式放进 AI 项目的 prompts 里吗?