Open Issues Need Help
View All on GitHubAI 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