Skip to content

Feature: Template-Based Prompt Generator with Placeholder Handling #14

@PatrickDiallo23

Description

@PatrickDiallo23

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:

  1. User defines a prompt with placeholders (e.g., "Specify the Device: [[device]]").
  2. JAIG prompts:
Specify the Device: Laptop  
Prompt is generated! Execute it? [yes/no]  
  1. 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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions