feat(wiki): batch ingest 16 source pages from raw/

This commit is contained in:
2026-04-14 20:22:19 +08:00
parent 1e166667ba
commit b299ecf694
25 changed files with 1432 additions and 39 deletions

View File

@@ -0,0 +1,28 @@
---
title: "系统提示词构建原则"
type: source
tags: []
date: 2025-03-14
---
## Source File
- [[raw/AI/系统提示词构建原则.md]]
## Summary
- 核心主题系统级提示词System Prompt的构建原则与最佳实践
- 问题域Prompt工程、系统提示词设计
- 方法/机制:结构化设计系统提示词的各组成部分
- 结论/价值高质量系统提示词是AI应用稳定输出的基础
## Key Claims
- 系统提示词应包含:角色定义、任务范围、输出格式、约束条件
- 好的系统提示词需要清晰、无歧义、可执行
- 需要持续迭代优化,根据实际输出效果调整
## Key Concepts
- [[系统提示词]]定义AI角色身份和行为规范的最高层Prompt
- [[提示词工程]] ← extends ← [[系统提示词]]
## Connections
- [[提示词框架]] ← relates_to ← [[系统提示词]]
- [[Prompt能力]] ← relates_to ← [[系统提示词]]