Files
nexus/wiki/concepts/结构化表达.md

32 lines
784 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.
---
id: structured-expression
title: "结构化表达"
type: concept
tags: [prompt-engineering, communication]
sources:
- "[[如何写出完美的Prompt]]"
last_updated: 2025-12-02
---
## Definition
结构化表达是用清晰逻辑组织信息的方法确保AI准确理解人类意图。
## Principles
- 层次分明:按重要性和逻辑顺序组织
- 格式统一:使用一致的标记和分隔符
- 信息完整:不遗漏关键上下文
- 表达精准:避免歧义和模糊表述
## Techniques
- 使用编号列表组织要点
- 使用标题区分不同部分
- 使用表格呈现结构化数据
- 使用引用标记重要信息
## Connections
- [[Prompt能力]] ← enables ← [[结构化表达]]
- [[结构化思维]] ← implements ← [[结构化表达]]