diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-22 08:42:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-22 08:42:56 +0300 |
| commit | f9baad3a11e48a6d438d3e614e1ca1ee45c1547d (patch) | |
| tree | 72db85faa6307b7b586d0ed982da977ad12c6e46 /internal/config | |
| parent | 15639ba3508ab92599bd1884ba07139c73b2dac0 (diff) | |
Fix manual prompt mode flags
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/config/config_test.go b/internal/config/config_test.go index 60152be..f825f58 100644 --- a/internal/config/config_test.go +++ b/internal/config/config_test.go @@ -190,6 +190,8 @@ func TestEmbeddedPromptTemplatesRender(t *testing.T) { "ScriptName": "кирилица", "Genre": "a mystery with a surprising twist", "Style": "cinematic realism", + "Theme": "mystery", + "Prompt": "a robot reading a newspaper", "Words": "- ябълка\n- книга\n", "Bible": "Мира: млада жена, кафява коса, сини очи, червено палто.\n", "Subtitle": "КомиксФордж Приключения", @@ -230,6 +232,7 @@ func TestEmbeddedPromptTemplatesRender(t *testing.T) { "narrator_conclusion_system.md", "rendering_requirement.md", "rendering_requirement_end.md", + "manual_prompt.md", } { t.Run(name, func(t *testing.T) { got, err := cfg.RenderPrompt(name, data) |
