import { hpf } from "@helicone/prompts"; const prompt = hpf`Analyze the following summaries and ...` const messages: any[] = [ { role: "system", content: prompt }, { role: "user", content: data }, ] //etc