-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
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
- Update the
ai_prompt_analyzer_and_output_generatorprompt to include standardized output formats. - Modify the
generate_metadata.pyscript to process and include the new standardized outputs. - Update the
metadata.ymltemplate to include a new section for output documentation. - Adjust the
view_template.mdto display the new output documentation. - Test the changes with existing prompts to ensure compatibility.
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request