Skip to content

Standardize prompt outputs and add output documentation in metadata generation #24

@thibaultyou

Description

@thibaultyou

Description

We need to update the AI prompt analyzer and output generator to standardize prompt outputs for more predictive results and add output documentation in the metadata generation process. This will improve the consistency and usability of our prompt library.

Steps to Implement

  1. Update the ai_prompt_analyzer_and_output_generator prompt to include standardized output formats.
  2. Modify the generate_metadata.py script to process and include the new standardized outputs.
  3. Update the metadata.yml template to include a new section for output documentation.
  4. Adjust the view_template.md to display the new output documentation.
  5. Test the changes with existing prompts to ensure compatibility.
  6. Update any affected prompts to comply with the new standardized output format.

Expected Behavior

  • The AI prompt analyzer should generate consistent, standardized outputs for all prompts.
  • Metadata for each prompt should include detailed documentation about expected outputs.
  • The view template should display the output documentation in a clear, readable format.

Actual Behavior

Currently, prompt outputs may vary in structure and content, and there's no standardized documentation for expected outputs in the metadata.

Additional Information

This update will require changes to the following files:

  • .github/prompts/ai_prompt_analyzer_and_output_generator/prompt.md
  • .github/scripts/generate_metadata.py
  • .github/templates/view_template.md

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions