diff --git a/euclid/prompts/prompts.py b/euclid/prompts/prompts.py index 160f05c0..058d480a 100644 --- a/euclid/prompts/prompts.py +++ b/euclid/prompts/prompts.py @@ -60,7 +60,7 @@ def ask_for_main_app_definition(): description += ' ' + answers['confirmation'] - logger.info('Initial App description done') + logger.info(f"Initial App description done: {description}") return description @@ -134,7 +134,7 @@ def get_additional_info_from_user(messages, role): def generate_messages_from_description(description, app_type): prompt = get_prompt('high_level_questions/specs.prompt', { - 'description': description, + 'prompt': description, 'app_type': app_type, 'MAX_QUESTIONS': MAX_QUESTIONS }) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..22978e11 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,19 @@ +blessed==1.20.0 +certifi==2023.5.7 +charset-normalizer==3.2.0 +distro==1.8.0 +idna==3.4 +inquirer==3.1.3 +Jinja2==3.1.2 +MarkupSafe==2.1.3 +psycopg2==2.9.6 +python-dotenv==1.0.0 +python-editor==1.0.4 +readchar==4.0.5 +regex==2023.6.3 +requests==2.31.0 +six==1.16.0 +termcolor==2.3.0 +tiktoken==0.4.0 +urllib3==2.0.4 +wcwidth==0.2.6