[{'Text': '        MAX_CHARS = 50000\n        if len(formatted) > MAX_CHARS:\n            formatted = formatted[:MAX_CHARS] + (\n                f"\\n\\n... [truncated: {len(result)} total docs]"\n            )\n\n        return formatted\n\n    def add_statistic(type: str, operator_id: str, period: str, tech: str, channel: str,\n                      domain: str, subscribers: int, is_estimate: bool = False,\n                      restated: bool = False, notes: str = "", created_by: str = "gbs-agent",\n                      ctx=None) -> str:\n'}]