Auto-sync: update nexus workspace

This commit is contained in:
2026-04-28 07:26:52 +08:00
parent b83b4e3105
commit 3224ec4787
436 changed files with 17107 additions and 15920 deletions

24
wiki/concepts/Prompt.md Normal file
View File

@@ -0,0 +1,24 @@
---
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-数据蒸馏]]