Simplify beat prompt directive helpers

This commit is contained in:
2026-08-26 19:48:52 +00:00
parent 86a77043d7
commit 73291f310c
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ def _assemble_beat_prompt(state):
class DumasH3BeatPromptNode:
DESCRIPTION = (
"Build a MiniMax H3 prompt from one textbox per beat, with a front-end beat "
"editor that can append directive examples such as wardrobe, seconds, exit, and music."
"editor that can append directive examples such as wardrobe set/add/remove, "
"seconds, exit, and music."
)
RETURN_TYPES = ("STRING",)
RETURN_NAMES = ("prompt",)