@rookiestar/eng-lang-tutor 1.0.10 → 1.0.11
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.
Potentially problematic release.
This version of @rookiestar/eng-lang-tutor might be problematic. Click here for more details.
- package/SKILL.md +4 -1
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -400,7 +400,10 @@ Bot checks: Does keypoint.json exist for today (~/.openclaw/state/eng-lang-tutor
|
|
|
400
400
|
| `references_formatted` | Reference links |
|
|
401
401
|
| `footer` | Date and footer info |
|
|
402
402
|
|
|
403
|
-
> **IMPORTANT:**
|
|
403
|
+
> **IMPORTANT:**
|
|
404
|
+
> - Output assembled Markdown text directly, NOT JSON
|
|
405
|
+
> - **DO NOT display the `audio` field in text** - it's for message tool media sending only
|
|
406
|
+
> - See `templates/prompt_templates.md` Section 10.3 for full assembly template
|
|
404
407
|
|
|
405
408
|
### Keypoint History
|
|
406
409
|
```
|
package/package.json
CHANGED