@koi-language/koi 1.0.4 → 1.0.5
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/cli/koi.js +2 -1
package/package.json
CHANGED
package/src/cli/koi.js
CHANGED
|
@@ -505,7 +505,8 @@ Agent Greeter : Worker {
|
|
|
505
505
|
- Add a motivational message or fun fact
|
|
506
506
|
- Be brief (2-3 sentences)
|
|
507
507
|
|
|
508
|
-
|
|
508
|
+
Use the return action with your greeting data:
|
|
509
|
+
{ "greeting": "your greeting here", "emoji": "an appropriate emoji" }
|
|
509
510
|
"""
|
|
510
511
|
}
|
|
511
512
|
}
|