Skip to content

Commit 8ebc06c

Browse files
committed
Added missing cog services section from skillset
1 parent 547ba49 commit 8ebc06c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/search/tutorial-document-layout-image-verbalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ POST {{searchUrl}}/skillsets?api-version=2025-05-01-preview HTTP/1.1
441441
"@odata.type": "#Microsoft.Skills.Custom.ChatCompletionSkill",
442442
"uri": "{{chatCompletionResourceUri}}",
443443
"timeout": "PT1M",
444-
"apiKey": "{{chatCompletionKe}}",
444+
"apiKey": "{{chatCompletionKey}}",
445445
"name": "genAI-prompt-skill",
446446
"description": "GenAI Prompt skill for image verbalization",
447447
"context": "/document/normalized_images/*",

articles/search/tutorial-document-layout-multimodal-embeddings.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,12 @@ POST {{searchUrl}}/skillsets?api-version=2025-05-01-preview HTTP/1.1
499499
"parameters": {
500500
"projectionMode": "skipIndexingParentDocuments"
501501
}
502-
},
502+
},
503+
"cognitiveServices": {
504+
"@odata.type": "#Microsoft.Azure.Search.AIServicesByIdentity",
505+
"subdomainUrl": "{{cognitiveServicesUrl}}",
506+
"identity": null
507+
},
503508
"knowledgeStore": {
504509
"storageConnectionString": "",
505510
"identity": null,

0 commit comments

Comments
 (0)