Skip to content

Commit 4dda9bc

Browse files
authored
Merge pull request #5278 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents fbf1def + d56394d commit 4dda9bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/search/search-agentic-retrieval-how-to-create.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Content-Type: application/json
219219
{
220220
"messages" : [
221221
{
222-
"role" : "system",
222+
"role" : "assistant",
223223
"content" : [
224224
{ "type" : "text", "text" : "You are a helpful assistant for Contoso Human Resources. You have access to a search index containing guidelines about health care coverage for Washington state. If you can't find the answer in the search, say you don't know." }
225225
]
@@ -235,8 +235,8 @@ Content-Type: application/json
235235
{
236236
"indexName" : "{{index-name}}",
237237
"filterAddOn" : "State eq 'WA'",
238-
"IncludeReferenceSourceData": true,
239-
"rerankerThreshold " : 2.5,
238+
"IncludeReferenceSourceData": true,
239+
"rerankerThreshold" : 2.5
240240
"maxDocsForReranker": 250
241241
}
242242
]

0 commit comments

Comments
 (0)