File size: 497 Bytes
5683a92
db419e8
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

_target_: flow_modules.aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_default_config
name: "HumanStandardInputFlow"
description: "A demo of the HumanStandardInputFlow."
request_multi_line_input_flag: True
end_of_input_string: EOI
query_message_prompt_template: 
  _target_: aiflows.prompt_template.JinjaPrompt
  template: |2-
    Please enter your input.

    What's opinion on this statement?
    {{statement}}
  input_variables: [statement]
  partial_variables: {}