diff --git a/src/content/docs/docs/interrupts.mdx b/src/content/docs/docs/interrupts.mdx index 97f126f..4084d14 100644 --- a/src/content/docs/docs/interrupts.mdx +++ b/src/content/docs/docs/interrupts.mdx @@ -507,7 +507,7 @@ For this use case, use the Genkit instance's `defineInterrupt()` method: ```ts import { genkit, z } from 'genkit'; -import { googleAI } from '@genkitai/google-ai'; +import { googleAI } from '@genkit-ai/google-genai'; const ai = genkit({ plugins: [googleAI()], diff --git a/src/content/docs/docs/tool-calling.mdx b/src/content/docs/docs/tool-calling.mdx index 43f2a23..2b085c0 100644 --- a/src/content/docs/docs/tool-calling.mdx +++ b/src/content/docs/docs/tool-calling.mdx @@ -117,7 +117,7 @@ Use the Genkit instance's `defineTool()` function to write tool definitions: ```ts import { genkit, z } from 'genkit'; -import { googleAI } from '@genkitai/google-ai'; +import { googleAI } from '@genkit-ai/google-genai'; const ai = genkit({ plugins: [googleAI()],