Update HumanStandardInputFlow.py
Browse files
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": {
|