Files
nexus/wiki/concepts/Custom-Instructions.md
2026-04-23 05:51:04 +08:00

41 lines
1.3 KiB
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: "Custom Instructions"
type: concept
tags: [ai, chatgpt, personalization, prompt-engineering]
last_updated: 2026-04-23
---
# Custom Instructions
## Aliases
- 自定义指令ChatGPT
- Custom Instructions
## Definition
ChatGPT 提供的一项功能,允许用户通过两条配置项("自定义指令"+"你的详情")永久定义 AI 的行为模式、响应风格和用户背景,无需在每次对话中重复说明。
## Two Components
1. **自定义指令**:定义 AI 的交互偏好
- 响应风格(有条理/简洁/详细)
- 工作方式(主动预判/被动等待)
- 引用格式、道德判断倾向等
2. **你的详情**:描述用户背景
- 专业领域和技术水平
- 工作场景和使用目标
- 语言偏好
## Case Study: Weishen 的配置
- **用户假设**:被定义为"所有领域专家",无需简化技术
- **错误政策**:错误零容忍,必须准确和详尽
- **引用要求**URL 统一放末尾
- **道德判断**:不进行道德说教
- **推测告知**:高度推测内容必须明确标注
## Relevance to This Wiki
- [[openai-chatgpt-个性化定义]]:完整的自定义指令配置内容
- [[Agent Personality Design]]:多 Agent 系统中的个性化设计,与 Custom Instructions 同属 AI 个性化范畴
## Sources
- [[openai-chatgpt-个性化定义]]