const result = await bks.sense({ content: "I understand this has been a difficult quarter...", modality: "text", protocols: ["empathy"], actantId: "user_001",});console.log(result.score); // 0.74console.log(result.metamarkers); // [{nuance: "acknowledges-emotional-state", ...}]