RunCodeFlowModule / RunCodeAskUserFlow.yaml
Tachi67's picture
Upload 12 files
428252c
raw
history blame contribute delete
550 Bytes
_target_: flow_modules.aiflows.RunCodeFlowModule.RunCodeAskUserFlow.instantiate_from_default_config
input_interface:
- "interpreter_output"
- "code_ran"
output_interface:
- "summary"
- "result"
request_multi_line_input_flag: False
end_of_input_string: EOI
query_message_prompt_template:
template: |2-
The following code was ran by the interpreter:
{{code_ran}}
Here's the execution result of the code:
{{interpreter_output}}
Please provide your feedback.
input_variables:
- "code_ran"
- "interpreter_output"