更新角色文档,增加记忆自动化处理的说明,确保端到端流程的清晰性。同时,更新资源协议文档,优化强制立即加载的描述,明确AI在资源获取中的责任,提升文档的实用性和清晰度。

This commit is contained in:
sean
2025-05-20 14:51:07 +08:00
parent b40cf2496d
commit c3491a657f
4 changed files with 16 additions and 1 deletions

View File

@ -72,7 +72,7 @@ query_params ::= '?' param_name '=' param_value {'&' param_name '=' param_value}
| 前缀 | 语义 | 示例 |
|-----|------|------|
| `@` | 默认加载模式由AI自行决定加载时机 | `@file://document.md` |
| `@!` | 强制立即加载AI看到引用时必须立即获取内容 | `@!https://example.com/data` |
| `@!` | 强制立即加载AI看到引用时必须立即使用工具调用获取内容 | `@!https://example.com/data` |
| `@?` | 显式懒加载AI仅记录资源位置在实际需要使用时才获取内容 | `@?file://large-dataset.csv` |
#### 基础资源引用