Conversation
- Add "Sending Images" subsection with example JSON payload - Document supported image URL formats (HTTP URLs and base64 data URIs) - List supported image formats (PNG, JPEG, WebP) - Note that GIF is not supported by all providers - Add callout about images not being persisted to conversation history - Update Field Notes to include image_url.detail option
Document file parts format for the A2A protocol, including: - Text parts format - File parts with URL reference - File parts with base64-encoded data - Supported image formats (PNG, JPEG, WebP) Related to PR #1737 which adds image handling support.
Document how to send images with the sendMessage function via the Vercel AI SDK useChat hook, including examples for HTTP URLs and base64 data URIs. Added note about supported formats (PNG, JPEG, WebP).
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
📝 Documentation PR opened and ready for review. This PR documents the new image support feature for the Chat API, A2A Protocol, and Vercel AI SDK useChat integration. Awaiting human review feedback. |
Summary
Documents the new image support feature from PR #1737.
Changes
Updates documentation to reflect the new image handling capabilities:
Chat API (
agents-docs/content/talk-to-your-agents/chat-api.mdx)A2A Protocol (
agents-docs/content/talk-to-your-agents/a2a.mdx)Vercel AI SDK useChat (
agents-docs/content/talk-to-your-agents/vercel-ai-sdk/use-chat.mdx)sendMessagewith image partsRelated
Complements #1737
cc @mike-inkeep