You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Real-time web search, AI-generated answers with web context, and webpage content extraction powered by You.com. Search current information with advanced filtering (dates, sites, file types), extract full page content in markdown or HTML, and get AI answers enhanced with live web data. Built on You.com's enterprise search API with zero server setup.",
491
+
packageName: '@youdotcom-oss/ai-sdk-plugin',
492
+
tags: ['search','web','extraction','ai-answers'],
493
+
apiKeyEnvName: 'YDC_API_KEY',
494
+
installCommand: {
495
+
pnpm: 'pnpm add @youdotcom-oss/ai-sdk-plugin',
496
+
npm: 'npm install @youdotcom-oss/ai-sdk-plugin',
497
+
yarn: 'yarn add @youdotcom-oss/ai-sdk-plugin',
498
+
bun: 'bun add @youdotcom-oss/ai-sdk-plugin',
499
+
},
500
+
codeExample: `import { generateText, type StepResult } from 'ai';
501
+
import { anthropic } from '@ai-sdk/anthropic';
502
+
import { youSearch, youContents } from '@youdotcom-oss/ai-sdk-plugin';
0 commit comments