Skip to content

Commit d56394d

Browse files
authored
Merge pull request #403 from mazer-rakham/patch-1
Update search-agentic-retrieval-how-to-create.md
2 parents bd9b066 + 5d0cfb8 commit d56394d

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)