-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Enhance JAIG to support a template-based prompt generator where users can define prompts with placeholders. When executing a prompt with placeholders:
- JAIG should initiate a dialog asking users to specify placeholder values.
- Once placeholders are specified, JAIG confirms prompt execution with the user.
- Optionally, generate YAML with the resolved placeholder values for further use or updates.
Example Workflow:
- User defines a prompt with placeholders (e.g., "Specify the Device: [[device]]").
- JAIG prompts:
Specify the Device: Laptop
Prompt is generated! Execute it? [yes/no]
- YAML output is created for later reuse or editing.
This enhancement simplifies the user experience by reducing manual YAML creation while retaining flexibility.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request