File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/praisonai/praisonai/ui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717]
1818
1919actions = [
20- cl .Action (name = "run" , payload = " run" , label = "✅ Run " ),
21- cl .Action (name = "modify" , payload = " modify" , label = "🔧 Modify" ),
20+ cl .Action (name = "run" , payload = { "value" : " run"} , label = "run " ),
21+ cl .Action (name = "modify" , payload = { "value" : " modify"} , label = "Modify" ),
2222]
2323
2424@cl .action_callback ("run" )
@@ -819,4 +819,4 @@ async def on_settings_update(settings):
819819 await on_settings_update (settings )
820820 except Exception as e :
821821 logger .error (f"Final retry failed: { str (e )} " )
822- await cl .Message (content = f"Failed to update settings after retries: { str (e )} " ).send ()
822+ await cl .Message (content = f"Failed to update settings after retries: { str (e )} " ).send ()
You can’t perform that action at this time.
0 commit comments