删除执行、记忆和思维模式资源文档,清理不再使用的内容,以提高代码库的可维护性。同时在提示词开发者角色文档中新增最佳实践部分,提升文档的实用性和清晰度。
This commit is contained in:
25
resource/execution.resource.md
Normal file
25
resource/execution.resource.md
Normal file
@ -0,0 +1,25 @@
|
||||
<resource protocol="execution">
|
||||
<location>
|
||||
执行模式资源位置使用以下格式:
|
||||
|
||||
```ebnf
|
||||
location ::= execution://{execution_id}
|
||||
execution_id ::= [a-zA-Z][a-zA-Z0-9_-]*
|
||||
```
|
||||
</location>
|
||||
|
||||
<registry>
|
||||
<!-- 执行模式ID到文件路径的映射表 -->
|
||||
| 执行ID | 文件路径 |
|
||||
|--------|---------|
|
||||
| deal-at-reference | @file://PromptX/core/execution/deal-at-reference.execution.md |
|
||||
| prompt-developer | @file://PromptX/domain/prompt/execution/prompt-developer.execution.md |
|
||||
| memory-trigger | @file://PromptX/core/execution/memory-trigger.execution.md |
|
||||
| deal-memory | @file://PromptX/core/execution/deal-memory.execution.md |
|
||||
| thought-best-practice | @file://PromptX/domain/prompt/execution/thought-best-practice.execution.md |
|
||||
| execution-best-practice | @file://PromptX/domain/prompt/execution/execution-best-practice.execution.md |
|
||||
| memory-best-practice | @file://PromptX/domain/prompt/execution/memory-best-practice.execution.md |
|
||||
| role-best-practice | @file://PromptX/domain/prompt/execution/role-best-practice.execution.md |
|
||||
| resource-best-practice | @file://PromptX/domain/prompt/execution/resource-best-practice.execution.md |
|
||||
</registry>
|
||||
</resource>
|
||||
Reference in New Issue
Block a user