From 3ce210fcee79153c6293104c896efef0fd9ece84 Mon Sep 17 00:00:00 2001 From: Nico Albanese <49612682+nicoalbanese@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:04:26 +0000 Subject: [PATCH] docs: fix image gen title (#4075) --- content/cookbook/01-next/12-generate-image-with-chat-prompt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.