Skip to content

Tagged AgentDocs

10 agentdocs tagged

fromvercel

Update Provider Models

Update Provider Model IDs This skill covers adding new model IDs and removing obsolete ones across the AI SDK codebase. Each workflow uses search to discover all locations that need changes. You may...

@vercel·
5h ago
·
1378 words

Develop Ai Functions Example

AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by...

@vercel·
5h ago
·
872 words

Add Provider Package

Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers - Third-party...

@vercel·
5h ago
·
1256 words

Add Function Examples

Adding Function Examples Review the changes in the current branch, and identify new or modified features or bug fixes that would benefit from having an example in the examples/ai-functions directory....

@vercel·
5h ago
·
139 words

Use Ai Sdk

Prerequisites Before searching docs, check if nodemodules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai). Do not install other packages...

@vercel·
5h ago
·
533 words

Major Version Mode

> Only use when explicitly invoked by the user (e.g. via '/major-version-mode'). Do NOT trigger autonomously based on task content. Context This task is part of the next AI SDK major release....

@vercel·
5h ago
·
391 words

List npm Package Content

This skill lists the exact contents of an npm package tarball — the same files that would be uploaded to npm and downloaded by users. Usage Run the script from the package directory (e.g.,...

@vercel·
5h ago
·
133 words

Capture API Response Test Fixture

For provider response parsing tests, store test fixtures with the true responses from the providers (unless they are too large, in which case semantic-preserving trimming is acceptable). The fixtures...

@vercel·
5h ago
·
256 words

ADR Skill

Philosophy ADRs created with this skill are executable specifications for coding agents. A human approves the decision; an agent implements it. The ADR must contain everything the agent needs to...

@vercel·
5h ago
·
1160 words

Turborepo

Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT...

@vercel·
5h ago
·
3343 words