import { generateText } from "ai";
import { xai } from "@ai-sdk/xai";
// Give the agent your policy docs to reference
const docs = "Our return policy: You can return items within 30 days for a full refund.";
// Customer asks about returns
const { text } = await generateText({
model: xai("grok-3-beta"),