chore(legacy): Remove gui_legacy.py and refactor all tests to use gui_2.py
This commit is contained in:
2
gui_2.py
2
gui_2.py
@@ -922,7 +922,7 @@ class App:
|
||||
try:
|
||||
action = task.get("action")
|
||||
if action == "refresh_api_metrics":
|
||||
self._refresh_api_metrics(task.get("payload", {}))
|
||||
self._refresh_api_metrics(task.get("payload", {}), md_content=self.last_md or None)
|
||||
elif action == "handle_ai_response":
|
||||
payload = task.get("payload", {})
|
||||
text = payload.get("text", "")
|
||||
|
||||
Reference in New Issue
Block a user