Skip to content

Commit

Permalink
update promptfeeder to include question_key
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Apr 24, 2024
1 parent 67e404b commit 5d681a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-runner-cli/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def input_guestion(question, question_key=None):
if not prompt_feed:
return input(f"\n{bcolors.WARNING}{question}{bcolors.ENDC}")
else:
print("Got from promptfeeder")
print(f"Got from question_key from promptfeeder {question_key}")
print(f"Question is {question}")
print(f"Answer is {prompt_feed}")
return prompt_feed
Expand Down

0 comments on commit 5d681a0

Please sign in to comment.