diff --git a/content/cookbook/01-next/12-generate-image-with-chat-prompt.mdx b/content/cookbook/01-next/12-generate-image-with-chat-prompt.mdx index 9e07e3aef3f2..dfd7156a884d 100644 --- a/content/cookbook/01-next/12-generate-image-with-chat-prompt.mdx +++ b/content/cookbook/01-next/12-generate-image-with-chat-prompt.mdx @@ -4,7 +4,7 @@ description: Learn how to generate an image with a chat prompt using the AI SDK tags: ['next', 'streaming', 'chat', 'image generation', 'tools'] --- -# Generate Text with Chat Prompt +# Generate Image with Chat Prompt When building a chatbot, you may want to allow the user to generate an image. This can be done by creating a tool that generates an image using the [`experimental_generateImage`](/docs/reference/ai-sdk-core/generate-image#generateimage) function from the AI SDK.