generated from tailored/router-template
feat: add summary
This commit is contained in:
@@ -27,6 +27,14 @@ export const cmdList: {
|
||||
key: 'call-xiaoxiao',
|
||||
},
|
||||
},
|
||||
{
|
||||
category: '指令总结',
|
||||
description: `总结当前的笔记,缩写当前笔记的内容`,
|
||||
action: {
|
||||
path: 'tools',
|
||||
key: 'summarize-note',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
agent
|
||||
@@ -96,4 +104,3 @@ ${text}
|
||||
ctx.body = { cmd, text: text };
|
||||
})
|
||||
.addTo(agent);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user