(self)
| 552 | |
| 553 | data_json = json.dumps(context, indent=2, default=str)[:6000] |
| 554 | system = ( |
| 555 | "You are a professional wireless network engineer. Analyze the user's " |
| 556 | "current Wi-Fi connection and the surrounding RF environment from the " |
| 557 | "scan data provided, and give clear, actionable recommendations to fix " |
| 558 | "or improve it. Use a neutral, professional tone — no personas, no " |
| 559 | "slang, no jokes. Base every statement strictly on the data provided; " |
no test coverage detected