nbaldwin commited on
Commit
90178e8
·
1 Parent(s): 82b9374

removed useles comment

Browse files
Files changed (1) hide show
  1. ChatWithDemonstrationsFlow.yaml +0 -2
ChatWithDemonstrationsFlow.yaml CHANGED
@@ -12,7 +12,6 @@ topology:
12
  - goal: Get Demonstrations
13
  input_interface:
14
  _target_: flows.interfaces.KeyInterface
15
- # circular flow as the orchestrator, prepare the correct input for the agent
16
  flow: demonstration_flow
17
  output_interface:
18
  _target_: flows.interfaces.KeyInterface
@@ -20,7 +19,6 @@ topology:
20
  - goal: Answer the question
21
  input_interface:
22
  _target_: flows.interfaces.KeyInterface
23
- # circular flow as the orchestrator, prepare the correct input for the agent
24
  flow: chat_flow
25
  output_interface:
26
  _target_: flows.interfaces.KeyInterface
 
12
  - goal: Get Demonstrations
13
  input_interface:
14
  _target_: flows.interfaces.KeyInterface
 
15
  flow: demonstration_flow
16
  output_interface:
17
  _target_: flows.interfaces.KeyInterface
 
19
  - goal: Answer the question
20
  input_interface:
21
  _target_: flows.interfaces.KeyInterface
 
22
  flow: chat_flow
23
  output_interface:
24
  _target_: flows.interfaces.KeyInterface