feat: scaffolding work for fan-out nodes for parallel branch execution support and stubbed out Map node types
This commit is contained in:
@@ -151,6 +151,7 @@ fn node_type_label(node: &Node) -> &'static str {
|
||||
NodeType::Llm(_) => "llm",
|
||||
NodeType::Rag(_) => "rag",
|
||||
NodeType::End(_) => "end",
|
||||
NodeType::Map(_) => "map",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user