nbaldwin commited on
Commit
bdd8d48
·
verified ·
1 Parent(s): 4ff0435

Update HumanStandardInputFlow.py

Browse files
Files changed (1) hide show
  1. HumanStandardInputFlow.py +1 -0
HumanStandardInputFlow.py CHANGED
@@ -53,6 +53,7 @@ class HumanStandardInputFlow(AtomicFlow):
53
  query_message_prompt_template: JinjaPrompt = None
54
 
55
  __default_flow_config = {
 
56
  "end_of_input_string": "EOI",
57
  "description": "Reads input from the user's standard input.",
58
  "query_message_prompt_template": {
 
53
  query_message_prompt_template: JinjaPrompt = None
54
 
55
  __default_flow_config = {
56
+ "name": "HumanStandardInput",
57
  "end_of_input_string": "EOI",
58
  "description": "Reads input from the user's standard input.",
59
  "query_message_prompt_template": {