Skip to content

Instantly share code, notes, and snippets.

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

Bogdan bogdan2510

💭
Dream big...
View GitHub Profile

Git Workflow Documentation

This document describes our Git branching workflow strategy.

Workflow Overview

Our Git workflow consists of three main flows:

  1. Feature Development - New features are developed in feature branches
  2. 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"),