File size: 766 Bytes
210a49b 82b9374 210a49b 82b9374 210a49b 82b9374 210a49b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
name: "ChatAtomic_Flow_with_Demonstrations"
description: "A sequential flow that answers questions with demonstrations"
_target_: flow_modules.aiflows.ChatWithDemonstrationsFlowModule.ChatWithDemonstrationsFlow.instantiate_from_default_config
subflows_config:
demonstration_flow:
flow_class_name: flow_modules.aiflows.ChatWithDemonstrationsFlowModule.DemonstrationsAtomicFlow
flow_endpoint: DemonstrationsAtomicFlow
user_id: local
name: "DemonstrationsAtomicFlow"
description: "A flow that answers questions with demonstrations"
chat_flow:
name: "ChatAtomicFlow"
description: "A flow that answers questions"
flow_class_name: flow_modules.aiflows.ChatFlowModule.ChatAtomicFlow
flow_endpoint: ChatAtomicFlow
user_id: local
|