Skip to content

Commit a7c0112

Browse files
authored
Update cognitive-search-skill-genai-prompt.md
Fixing typos and a few items as per Acrolynx
1 parent 5819fba commit a7c0112

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/cognitive-search-skill-genai-prompt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ ms.service: azure-ai-search
88
ms.custom:
99
- build-2025
1010
ms.topic: reference
11-
ms.date: 04/29/2025
11+
ms.date: 05/12/2025
1212
---
1313

1414
# GenAI Prompt skill
1515

1616
[!INCLUDE [Feature preview](./includes/previews/preview-generic.md)]
1717

1818
The **GenAI (Generative AI) Prompt** skill executes a *chat completion* request against a Large Language Model (LLM) deployed in **Azure AI Foundry** or **Azure OpenAI Service**.
19-
Use it to summarize, transform, enrich, or extract structured data from text-only or *text + image* inputs to augment your data for higher relevant context in your index.
19+
To augment your data with higher relevant context in your index, use this capability to verbalize images, summarize, transform, enrich, or extract structured data from text-only, image or text + image inputs.
2020

21-
The GenAI Prompt skill is available in the **2025-05-01-preview** REST API. You can't use this skills in skillsets created with earlier API versions.
21+
The GenAI Prompt skill is available in the **2025-05-01-preview** REST API. You can't use this skill in skillsets created with earlier API versions.
2222

2323
## Region Availability
2424

@@ -80,7 +80,7 @@ The GenAI Prompt skill is available in the **2025-05-01-preview** REST API. You
8080
| `userMessage` | string | Yes | User prompt. |
8181
| `text` | string | No | Optional text appended to `userMessage` (text-only scenarios). |
8282
| `image` | string (Base 64 data-URL) | No | Adds an image to the prompt (multimodal models only). |
83-
| `imageDetail` | string (`low` \| `high` \| `auto`) | No | Fidelity hint for AOAI multimodal models. |
83+
| `imageDetail` | string (`low` \| `high` \| `auto`) | No | Fidelity hint for Azure Open AI multimodal models. |
8484

8585
## Skill outputs
8686

0 commit comments

Comments
 (0)