Skip to content

Instantly share code, notes, and snippets.

View bogdan2510's full-sized avatar
💭
Dream big...

Bogdan bogdan2510

💭
Dream big...
  • Brasov
  • 16:29 (UTC +03:00)
View GitHub Profile
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"),