log prompt name at INFO

This commit is contained in:
Nicholas Albion
2023-09-29 18:38:25 +10:00
parent d2f8d58f5a
commit 396cf2fcea

View File

@@ -39,7 +39,7 @@ def get_prompt(prompt_name, data=None):
data.update(get_prompt_components())
logger.debug(f"Getting prompt for {prompt_name}") # logging here
logger.info(f"Getting prompt for {prompt_name}")
# Load the template
template = env.get_template(prompt_name)