nbaldwin commited on
Commit
11ac790
·
verified ·
1 Parent(s): 0fb662f

Update ChatAtomicFlow.yaml

Browse files
Files changed (1) hide show
  1. ChatAtomicFlow.yaml +2 -0
ChatAtomicFlow.yaml CHANGED
@@ -1,4 +1,6 @@
1
  # This is an abstract flow, therefore some required fields are not defined (and must be defined by the concrete flow)
 
 
2
  name: ChatAtomicFlow
3
  description: "Flow which uses as tool an LLM though an API"
4
  enable_cache: True
 
1
  # This is an abstract flow, therefore some required fields are not defined (and must be defined by the concrete flow)
2
+ _target_: flow_modules.aiflows.ChatFlowModule.ChatAtomicFlow.instantiate_from_default_config
3
+
4
  name: ChatAtomicFlow
5
  description: "Flow which uses as tool an LLM though an API"
6
  enable_cache: True