nbaldwin's picture
coflows compatible
db419e8
raw
history blame contribute delete
497 Bytes
_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: {}