This document describes our Git branching workflow strategy.
Our Git workflow consists of three main flows:
- Feature Development - New features are developed in feature branches
- Release Cycle - Releases go through QA testing before deployment
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"),