GOAT-AI-lab/GOAT-Storytelling-Agent

Variable naming issue

aminnj opened this issue · 1 comments

aminnj commented

I think these need to be renamed to match the variable name in prompts.py

f'{prompts.missing_prompts[0]}{field}'
f'{prompts.missing_prompts[1]}{text_spec}'
f'{prompts.missing_prompts[2]}')

missing_prompts -> missing_field_prompt

Hi, @aminnj. Thank you for pointing that out, your suggestion has been merged.