BobRoss235 Yes, you understood correctly. To use the stims you crafted for Intiface, you need the "same" stims on the Coyote 3. But in practice only the name has to match, you can create two completely different stims that share a name (just note that the description sent to the LLM will be the one from the first device in your setup).
One thing that may help: this constraint only fully applies to pleasure stims. Pain stims are already exempt for Lovense/Intiface devices, so you don't need to duplicate those.
Here is what is currently sent to the LLM:
<modes>
A mode is a repeating stimulation pattern. Ordered from mildest to strongest within each category.
**Pleasure Modes:**
- \"tickles\": A continuous, steady stimulation pattern at a barely perceptible intensity, intended for very light teasing and frustration.
- \"light_stutter\": A low-intensity, regular staccato pattern alternating between brief maximum pulses and complete pauses, intended for light, rhythmic teasing, and building frustration.
- \"light_pulse\": A low-intensity, regular pulsing pattern that ramps linearly up to a gentle peak and back down to zero, intended for light, gentle teasing, and building frustration.
- \"teasing_pulse\": A medium-intensity, regular pulsing pattern that ramps up and down smoothly, providing pleasant touches and moderate arousal.
- \"teasing_stutter\": A medium-intensity, regular staccato pattern alternating between pleasant pulses and pauses, designed for rhythmic stimulation and moderate arousal.
- \"teasing_continuous\": A continuous, steady stimulation pattern at medium intensity, meant to be clearly felt while maintaining sustained teasing and controlled arousal.
- \"edging_continuous\": A continuous, strong stimulation at high intensity, delivering intense pleasure and pushing toward climax.
- \"edging_pulse\": A high-intensity, rhythmic pulsing pattern that ramps up and down smoothly, designed for intense pleasure and driving toward climax.
- \"edging_wave\": A high-intensity, smooth rising-and-falling irregular pattern, creating intense pleasure and edging toward climax.
Stop: set mode to \"none\".
</modes>
If stims were different from one device to another, it would mean sending a full list for each device. I'm wary of confusing the LLM and making it more prone to hallucination (the context is already large). It's definitely possible though, and I may change my mind in the future with stronger models.
A middle ground I'm considering: keeping a single list of descriptions, and only stating per body area which modes are available there, that would cost almost nothing in context. Good suggestion, I'll keep this on my mind. I'm still afraid that the LLM may start sending stim to the wrong body area, which would probably brick the session.