Update ExtendLibraryFlow.yaml
Browse files- ExtendLibraryFlow.yaml +3 -2
ExtendLibraryFlow.yaml
CHANGED
@@ -11,6 +11,7 @@ subflows_config:
|
|
11 |
output_interface:
|
12 |
- "plan"
|
13 |
- "logs"
|
|
|
14 |
|
15 |
Planner:
|
16 |
_target_: Tachi67.PlanWriterFlowModule.PlanWriterFlow.instantiate_from_default_config
|
@@ -82,9 +83,9 @@ subflows_config:
|
|
82 |
model_name:
|
83 |
openai: gpt-4
|
84 |
azure: azure/gpt-4
|
85 |
-
|
86 |
MemoryReading:
|
87 |
_target_: Tachi67.MemoryReadingFlowModule.MemoryReadingAtomicFlow.instantiate_from_default_config
|
88 |
output_interface:
|
89 |
- "plan"
|
90 |
-
- "logs"
|
|
|
|
11 |
output_interface:
|
12 |
- "plan"
|
13 |
- "logs"
|
14 |
+
- "code_library"
|
15 |
|
16 |
Planner:
|
17 |
_target_: Tachi67.PlanWriterFlowModule.PlanWriterFlow.instantiate_from_default_config
|
|
|
83 |
model_name:
|
84 |
openai: gpt-4
|
85 |
azure: azure/gpt-4
|
|
|
86 |
MemoryReading:
|
87 |
_target_: Tachi67.MemoryReadingFlowModule.MemoryReadingAtomicFlow.instantiate_from_default_config
|
88 |
output_interface:
|
89 |
- "plan"
|
90 |
+
- "logs"
|
91 |
+
- "code_library"
|