From 6e45a5faa2ac069ea5820d4cfbc8b497332db0cc Mon Sep 17 00:00:00 2001 From: yoelcommit Date: Mon, 22 Dec 2025 16:03:41 +0200 Subject: [PATCH] Update chat context documentation to indicate vision capabilities are in preview --- docs/copilot/chat/copilot-chat-context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/copilot/chat/copilot-chat-context.md b/docs/copilot/chat/copilot-chat-context.md index f5ce0e2c24..d88611df5d 100644 --- a/docs/copilot/chat/copilot-chat-context.md +++ b/docs/copilot/chat/copilot-chat-context.md @@ -124,7 +124,7 @@ Type `@` in the chat input field to see a list of available chat participants. Extensions can also contribute their own [chat participants](/api/extension-guides/ai/chat.md). -## Vision +## Vision (Preview) Chat supports vision capabilities, which means you can attach an image as context to your chat prompt and ask questions about it. For example, attach a screenshot of a block of code and ask to explain it, or attach a sketch of a UI and ask the agent to implement it.