Files
nexus/wiki/concepts/提示语设计.md
2026-04-18 03:18:06 +08:00

28 lines
815 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "提示语设计"
type: concept
tags: [AI, 提示工程, DeepSeek]
date: 2026-04-18
---
## Definition
通过精心设计的提示词Prompt来引导 AI 模型生成更高质量输出的技术。提示语设计不仅仅是提供任务指令,还包括理解 AI 的工作原理、选择合适的模型、设计有效的提问方式。
## Core Principles
- 明确任务目标
- 提供充分上下文
- 使用具体示例
- 设定输出格式
- 迭代优化提示词
## Related Concepts
- [[AI幻觉]]:通过提示语设计可以减少 AI 生成错误内容的概率
- [[DeepSeek]]:该概念在此文档中有专门的最佳实践指南
- [[LLM]]:大型语言模型是提示语设计的对象
## Application Scenarios
- 文本生成
- 代码编写
- 数据分析
- 创意写作
- 问题解答