AutoGPT: Improve input prompt appearance (#5211)

Adds space between users input and "Input:"
This commit is contained in:
WilliamEspegren
2023-09-15 23:23:52 +02:00
committed by GitHub
parent 7320f9d3f8
commit 058e679931

View File

@@ -416,7 +416,7 @@ def get_user_feedback(
console_input = clean_input(config, "Waiting for your response...")
else:
console_input = clean_input(
config, Fore.MAGENTA + "Input:" + Style.RESET_ALL
config, Fore.MAGENTA + "Input: " + Style.RESET_ALL
)
# Parse user input