@space3-npm/cybersoul-client 1.2.5 → 1.2.6
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/dist/client.js +2 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -323,7 +323,7 @@ ${scenarioContext}
|
|
|
323
323
|
"scheduledDateStr": "YYYY-MM-DD (Optional. If the user specifies a future date like 'tomorrow', 'Saturday', or 'next week', calculate the exact calendar date based on the 'Current time' provided in the context and output it here. Otherwise, return null)",
|
|
324
324
|
"scheduledStartTimeStr": "HH:MM (Optional, 24-hour format if a specific time is agreed upon, e.g., '14:30', otherwise null)",
|
|
325
325
|
"durationMins": 60,
|
|
326
|
-
"outfitId": "optional wardrobe ID to change into if appropriate"`;
|
|
326
|
+
"outfitId": "optional wardrobe ID to change into if appropriate. MUST match the context of the event (e.g. SLEEPWEAR for bed, INTIMATE for romance, DAILY for going out)"`;
|
|
327
327
|
}
|
|
328
328
|
getVoiceSchemaParams() {
|
|
329
329
|
// Only reached when no dynamic_params are configured on the voice model.
|
|
@@ -618,6 +618,7 @@ Note: Always include "isEndTurn". If "imageParams", "voiceArgs", "triggerEvent",
|
|
|
618
618
|
The user proposes a new event for you to participate in: "${params.eventDescription}".
|
|
619
619
|
Evaluate this based on your current state and relationship stage.
|
|
620
620
|
Decide if you will accept the event, and whether it requires changing your outfit.
|
|
621
|
+
When changing outfits, perfectly match the outfit to the event's activity, environment, and relationship stage. Consider the wardrobe category (e.g., DAILY, INTIMATE, SLEEPWEAR).
|
|
621
622
|
|
|
622
623
|
Available Wardrobe Outfits:
|
|
623
624
|
${availableOutfits || "None available"}
|