@dcrays/dcgchat 0.4.7 → 0.4.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/bot.ts +1 -1
package/package.json
CHANGED
package/src/bot.ts
CHANGED
|
@@ -241,7 +241,7 @@ export async function handleDcgchatMessage(msg: InboundMessage, accountId: strin
|
|
|
241
241
|
const workspaceDir = getWorkspaceDir()
|
|
242
242
|
const skill = msg.content.skills_scope[0]
|
|
243
243
|
const skillDir = `${workspaceDir}/skills/${skill.skill_code}`
|
|
244
|
-
const skillText =
|
|
244
|
+
const skillText = `用户选择使用此技能:"${skill.skill_code}",技能路径是:"${skillDir}",在目录下查找并`
|
|
245
245
|
text = skill.skill_code ? `${skillText} ${text}` : text
|
|
246
246
|
dcgLogger(`skill: text: ${text}`)
|
|
247
247
|
}
|