AutoGPT: Improve input prompt appearance (#5211)
Adds space between users input and "Input:"pull/5229/head
parent
7320f9d3f8
commit
058e679931
|
@ -416,7 +416,7 @@ def get_user_feedback(
|
||||||
console_input = clean_input(config, "Waiting for your response...")
|
console_input = clean_input(config, "Waiting for your response...")
|
||||||
else:
|
else:
|
||||||
console_input = clean_input(
|
console_input = clean_input(
|
||||||
config, Fore.MAGENTA + "Input:" + Style.RESET_ALL
|
config, Fore.MAGENTA + "Input: " + Style.RESET_ALL
|
||||||
)
|
)
|
||||||
|
|
||||||
# Parse user input
|
# Parse user input
|
||||||
|
|
Loading…
Reference in New Issue