Skip to content

Commit

Permalink
Use multi-line settings widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
manstis committed Sep 27, 2024
1 parent 20b8ed2 commit 5bce4fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@
"markdownDescription": "Custom Prompt for Playbook generation.",
"pattern": "^$|^.*{goal}.*{outline}.*|.*{outline}.*{goal}.*$",
"patternErrorMessage": "The prompt must contain placeholders for both '{goal}' and '{outline}'.",
"editPresentation": "multilineText",
"order": 5
},
"ansible.lightspeed.playbookExplanationCustomPrompt": {
Expand All @@ -659,6 +660,7 @@
"markdownDescription": "Custom Prompt for Playbook explanation.",
"pattern": "^$|^.*{playbook}.*$",
"patternErrorMessage": "The prompt must contain a placeholder for '{playbook}'.",
"editPresentation": "multilineText",
"order": 6
}
}
Expand Down

0 comments on commit 5bce4fd

Please sign in to comment.