feature/ai-search #2

Open
mmintel wants to merge 171 commits from feature/ai-search into main
Showing only changes of commit ad9f6e1a64 - Show all commits

View File

@@ -5,7 +5,6 @@ import { z } from 'zod';
import * as Sentry from '@sentry/nextjs';
import { generateText } from 'ai';
import { createOpenAI } from '@ai-sdk/openai';
// @ts-expect-error - Local version of @mintel/payload-ai/tools/mcpAdapter might not have types published yet
import { createMcpTools } from '@mintel/payload-ai/tools/mcpAdapter';
export const dynamic = 'force-dynamic';