// Smallest possible Rhai script for the integration test: returns a JSON // object so the orchestrator wraps it as the HTTP response body. let body = #{ ok: true, greeting: "hello from pic" }; body