mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix(skill): remove ambiguous trigger '这段有什么值得记的' from logging skill
This commit is contained in:
parent
1ae273b5cd
commit
5c36f03071
1 changed files with 2 additions and 3 deletions
|
|
@ -6,8 +6,7 @@ description: >
|
|||
"做工作记录", "做阅读记录", "做working-log", "做reading-log",
|
||||
"写工作日志", "写阅读日志", "记录工作", "记录阅读",
|
||||
"写日志", "记一下", "总结一下这个会话",
|
||||
"记录决策", "记一下工作过程", "写工作总结",
|
||||
"这节的结论是什么", "这段有什么值得记录的".
|
||||
"记录决策", "记一下工作过程", "写工作总结".
|
||||
source: paperforge
|
||||
---
|
||||
|
||||
|
|
@ -40,7 +39,7 @@ python $SKILL_DIR/scripts/pf_bootstrap.py
|
|||
|
||||
| 用户说 | 走分支 |
|
||||
| ------------------------------------------- | -------- |
|
||||
| "记录阅读" "reading log" "做阅读记录" "这段有什么值得记的" "读完了记一下" "刚读了一段记一下" "有没有什么值得记的" "把这段记下来" | **reading** |
|
||||
| "记录阅读" "reading log" "做阅读记录" "读完了记一下" "刚读了一段记一下" "有没有什么值得记的" "把这段记下来" | **reading** |
|
||||
| "工作记录" "working log" "总结会话" "记一下工作过程" "写工作总结" "记录决策" "logging work" | **working** |
|
||||
| "写日志" "记录一下" "记一下" 不清楚哪个 | **先问用户** |
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue