system-prompts-and-models-o.../docs/zh/xcode/index.md
tycon 60ddd120c4 添加总结
添加总结
2025-10-14 22:04:51 +08:00

12 lines
845 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.

# 文档目录
- [DocumentAction](./DocumentAction.md)
- [ExplainAction](./ExplainAction.md)
- [MessageAction](./MessageAction.md)
- [PlaygroundAction](./PlaygroundAction.md)
- [PreviewAction](./PreviewAction.md)
- [System](./System.md)
## 产品工具文档的综述
此目录包含为与Xcode集成的AI编码助手定义的各种操作指令。每个文档对应一个特定的用户操作详细说明了助手在接收到相应指令时应如何响应、应使用何种模板以及应遵循哪些规则。例如`DocumentAction.md` 用于为选定代码生成文档,`PreviewAction.md` 用于为SwiftUI视图创建预览`System.md` 则定义了助手的核心行为、代码分析能力和与Apple生态系统如Swift、SwiftUI的交互准-则。这些文档共同构成了AI助手在Xcode中的功能和行为规范。