File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
articles/ai-services/openai/references Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ completion = client.chat.completions.create(
136
136
},
137
137
{
138
138
" role" : " assistant" ,
139
- " content" : " DRI stands for Directly Responsible Individual of a service. Which service are you asking about?" ,
139
+ " content" : " DRI stands for Directly Responsible Individual of a service. Which service are you asking about?"
140
140
},
141
141
{
142
142
" role" : " user" ,
@@ -187,14 +187,11 @@ az rest --method POST \
187
187
"messages": [
188
188
{
189
189
"role": "user",
190
- "content": "Who is DRI?",
190
+ "content": "Who is DRI?"
191
191
},
192
192
{
193
193
"role": "assistant",
194
- "content": "DRI stands for Directly Responsible Individual of a service. Which service are you asking about?",
195
- "context": {
196
- "intent": "[\"Who is DRI?\", \"What is the meaning of DRI?\", \"Define DRI\"]"
197
- }
194
+ "content": "DRI stands for Directly Responsible Individual of a service. Which service are you asking about?"
198
195
},
199
196
{
200
197
"role": "user",
You can’t perform that action at this time.
0 commit comments