nbaldwin commited on
Commit
24d2f36
1 Parent(s): cbac036

Update AutoGPTFlow.yaml

Browse files
Files changed (1) hide show
  1. AutoGPTFlow.yaml +3 -3
AutoGPTFlow.yaml CHANGED
@@ -13,7 +13,7 @@ output_interface:
13
  ### Subflows specification
14
  subflows_config:
15
  Controller:
16
- _target_: aiflows.ControllerExecutorFlowModule.ControllerAtomicFlow.instantiate_from_default_config
17
  finish:
18
  description: "Signal that the objective has been satisfied, and returns the answer to the user."
19
  input_args: ["answer"]
@@ -55,7 +55,7 @@ subflows_config:
55
  # _target_: langchain.tools.DuckDuckGoSearchRun
56
 
57
  HumanFeedback:
58
- _target_: aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_default_config
59
  request_multi_line_input_flag: False
60
  query_message_prompt_template:
61
  template: |2-
@@ -85,7 +85,7 @@ subflows_config:
85
  - "observation"
86
 
87
  Memory:
88
- _target_: aiflows.VectorStoreFlowModule.ChromaDBFlow.instantiate_from_default_config
89
  n_results: 2
90
 
91
  topology:
 
13
  ### Subflows specification
14
  subflows_config:
15
  Controller:
16
+ _target_: flow_modules.aiflows.ControllerExecutorFlowModule.ControllerAtomicFlow.instantiate_from_default_config
17
  finish:
18
  description: "Signal that the objective has been satisfied, and returns the answer to the user."
19
  input_args: ["answer"]
 
55
  # _target_: langchain.tools.DuckDuckGoSearchRun
56
 
57
  HumanFeedback:
58
+ _target_: flow_modules.aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_default_config
59
  request_multi_line_input_flag: False
60
  query_message_prompt_template:
61
  template: |2-
 
85
  - "observation"
86
 
87
  Memory:
88
+ _target_: flow_modules.aiflows.VectorStoreFlowModule.ChromaDBFlow.instantiate_from_default_config
89
  n_results: 2
90
 
91
  topology: