Files
PromptX/core/resource/thought.resource.md

16 lines
366 B
Markdown

<resource protocol="thought">
<location>
思维模式资源位置使用以下格式:
```ebnf
location ::= thought://{thought_id}
thought_id ::= [a-zA-Z][a-zA-Z0-9_-]*
```
</location>
<registry>
<!-- 思维模式ID到文件路径的映射表 -->
| 思维ID | 文件路径 |
|--------|---------|
</registry>
</resource>