HumanStandardInputFlowModule / HumanStandardInputFlow.yaml
nbaldwin's picture
added default config
d8611d2
raw
history blame contribute delete
502 Bytes
_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: {}