Skip to content

Commit

Permalink
docs: fix image gen title (#4075)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese authored Dec 12, 2024
1 parent 56290af commit 3ce210f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3ce210f

Please sign in to comment.