ns = dict(params_kw or {}) for k in list(ns.keys()): if k.endswith("_text"): ns.pop(k, None) await update_world(ns) return {"success": True}