Responsive Gui - partially Workflow #61
|
|
@ -22,6 +22,7 @@ export function serializeToWorkflowGraph(nodes, edges, metadata = {}) {
|
||||||
// Type-spezifische Felder
|
// Type-spezifische Felder
|
||||||
...(node.type === 'analysis' && {
|
...(node.type === 'analysis' && {
|
||||||
prompt_id: node.data.prompt_id || null,
|
prompt_id: node.data.prompt_id || null,
|
||||||
|
prompt_name: node.data.prompt_name || null,
|
||||||
questions: node.data.questions || [],
|
questions: node.data.questions || [],
|
||||||
fallback_strategy: node.data.fallback_strategy || 'conservative_skip'
|
fallback_strategy: node.data.fallback_strategy || 'conservative_skip'
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user