Open Issues Need Help
View All on GitHub AI/ML • AI Applications
AI Summary: This issue identifies a bug where the `template_version` in `prompt_audits.store_prompt_audit` is hardcoded to '1' instead of dynamically fetching the correct version from the `prompt_registry` table based on the `template_key`. The fix involves modifying the code to retrieve the actual version, ensuring accurate prompt auditing.
Complexity:
2/5
bug good first issue