Skip to content

Commit a3ae450

Browse files
authored
Update cognitive-search-skill-genai-prompt.md
Updated as per Acrolynx
1 parent a7c0112 commit a3ae450

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 05/12/2025
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-
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.
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

2121
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

@@ -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 Azure Open AI multimodal models. |
83+
| `imageDetail` | string (`low` \| `high` \| `auto`) | No | Fidelity hint for Azure OpenAI multimodal models. |
8484

8585
## Skill outputs
8686

0 commit comments

Comments
 (0)