Add sticky note to saved flow data

This commit is contained in:
Guilhem
2025-11-04 13:37:51 +01:00
parent 3a4a60c225
commit f2a0107dcd
9 changed files with 168 additions and 102 deletions
+1
View File
@@ -4149,6 +4149,7 @@ pub async fn push<'c, 'd>(
skip_expr: None,
preprocessor_module: None,
chat_input_enabled: None,
notes: None,
};
// this is a new flow being pushed, flow_status is set to flow_value:
let flow_status: FlowStatus = FlowStatus::new(&flow_value);