25 lines
791 B
Markdown
25 lines
791 B
Markdown
---
|
||
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-数据蒸馏]]
|