Allow for customizing the prompt #2054
Labels
enhancement
New feature request or improvement of an existing feature
maestro ai
Related to Maestro's AI-powered commands
maestro cli
Related to the command-line Maestro tool
P2
Important and valid issues not at the top of the work list
User feedback on
assertWithAI
To be honest, we expected this feedback (see #1222 (comment)), but preferred to not implement it until users actually request it.
Ideas
(ordererd from most basic to most powerful)
1. Per-command list of false positives (injected into the final prompt)
Cons:
2. Per-command list customizable prompt
Cons:
3. Customize the default prompts for AI-powered commands
Allow for customization on per-workspace level, with possible override on per-command level.
Define prompts
We'd let you configure the prompt template in
.maestro/config.yaml
:That's what the workspace directory hierarchy would look like in this example:
Of course, users would be free to structure it however they want.
Use prompts
We would introduce some syntax to refer to the prompts prefefined on the per-workspace level in the per-command level. For example:
Or, to not introduce new arguments, we could re-use JavaScript for this:
The text was updated successfully, but these errors were encountered: