Files
nexus/wiki/concepts/Prompt.md

25 lines
791 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: "Prompt"
type: concept
tags: [prompt, llm, interaction]
aliases: [Prompt, 提示词, Prompt Engineering]
last_updated: 2025-12-20
---
## Definition
Prompt提示词用户输入给大模型的语句。是与大模型交互的唯一入口。
## Key Facts
- Prompt 是用户与大模型之间的通信媒介
- Prompt 的质量直接影响大模型的输出质量
- Prompt Engineering提示词工程研究如何写出更有效的提示词
- Zero-shot、Few-shot、Chain-of-Thought 等是常见的 Prompt 策略
## Connections
- [[Large Language Model]] ← 接收 ← [[Prompt]]
- [[Agent]] ← 使用 ← [[Prompt]]
- [[Large Language Model]] ← 指导 ← [[Prompt]]
## Sources
- [[大模型相关术语和框架总结llm-mcp-prompt-rag-vllm-token-数据蒸馏]]