File size: 502 Bytes
d8611d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
_target_: flow_modules.aiflows.HumanStandardInputFlowModule.HumanStandardInputFlow.instantiate_from_default_config
name: "HumanStandardInputFlow"
description: "Reads input from the user's standard input."
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: {} |