Open plyrnoob2890 opened 1 month ago
In most cases the bots needs to be told how to use newAction
from within the profile json file. It's also not guaranteed that the specific model will understand.
"conversation_examples": [
[
{"role": "user", "content": "poppy: build a cobblestone house"},
{"role": "assistant", "content": "Sure. !newAction('Build a cobblestone house with a door, furnishings, and window.')"}
],
]
this message is sent by the bot every time it tries to use the !newAction command, how do I fix it?