27 lines
1.4 KiB
Markdown
27 lines
1.4 KiB
Markdown
# 任务
|
|
|
|
- [x] 客响:cname 修改。
|
|
|
|
# 日志
|
|
|
|
```
|
|
refactor(prompts): optimize requirement doc generation prompts
|
|
|
|
This update refines the prompts used for generating requirement documents.
|
|
The focus is on summarizing and extracting key process insights rather than
|
|
just copying user input.
|
|
|
|
This should improve clarity and quality of the generated documentation,
|
|
making it more concise and structured.
|
|
|
|
Closes #<issue-number>
|
|
|
|
|
|
```
|
|
|
|
现在需要优化我的 prompt 逻辑。我原来是存储在 resources 下。每次改动都需要进行换包。我现在想在我的后台管理中中,增加一个 prompts 管理模块。进去之后可以像在 Obsidian 笔记中写笔记一样写提示词。我的提示词是 markdown 格式。要求左边是提示词列表。右边是编辑区,支持 markdown 源码编辑或者分屏左边源码编辑,右边看 markdown 渲染之后的格式。这个可以找比较成熟通用的 markdown 组件。后端需要设计一个 prompt 存储表。注意存储提示词字段使用 TEXT,prompt 存储表一定要设计合理。因为要实现提示词和功能的绑定,类似功能-模型映射管理。总的来说就是实现 prompt 管理和功能-提示词管理两个模块。加油。
|
|
|
|
# 总结
|
|
|
|
早晨提交 excalicode ai 得 GitHub 仓库,今天开始搞需求开发。梳理需求遇到问题,唉。感觉有点风险了啊。下班回家下雨,晚上吃的火锅。
|