Open Issues Need Help
View All on GitHub Fix hardcoded template_version in prompt_audits.store_prompt_audit about 2 months ago
AI Summary: This GitHub issue identifies a hardcoded `template_version` value of `1` in `lattice/discord_client/bot.py` at line 363. The task is to modify this line to dynamically fetch the correct `template_version` from the `prompt_registry` table, using the `template_key` as a lookup.
Complexity:
1/5
bug good first issue