fix of target
Browse files
HumanStandardInputFlow.py
CHANGED
@@ -53,7 +53,7 @@ class HumanStandardInputFlow(AtomicFlow):
|
|
53 |
query_message_prompt_template: JinjaPrompt = None
|
54 |
|
55 |
__default_flow_config = {
|
56 |
-
"_target_": "flow_modules.aiflows.
|
57 |
"name": "HumanStandardInput",
|
58 |
"end_of_input_string": "EOI",
|
59 |
"description": "Reads input from the user's standard input.",
|
|
|
53 |
query_message_prompt_template: JinjaPrompt = None
|
54 |
|
55 |
__default_flow_config = {
|
56 |
+
"_target_": "flow_modules.aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_config",
|
57 |
"name": "HumanStandardInput",
|
58 |
"end_of_input_string": "EOI",
|
59 |
"description": "Reads input from the user's standard input.",
|