kolbytn / mindcraft

MIT License
2.33k stars 286 forks source link

Command !newAction requires 1 args, but was given 0 args #240

Open plyrnoob2890 opened 1 month ago

plyrnoob2890 commented 1 month ago

this message is sent by the bot every time it tries to use the !newAction command, how do I fix it?

Shroototem commented 1 week 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.')"}
  ],
]