Skip to content

Commit db86eb4

Browse files
authored
Merge pull request #301 from shane-hinzman/patch-1
Fixing example to match current syntax
2 parents afeb7d1 + 49d6c00 commit db86eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ You can send a streaming request using the `stream` parameter, allowing data to
562562
```json
563563
{
564564
"stream": true,
565-
"dataSources": [
565+
"data_sources": [
566566
{
567567
"type": "AzureCognitiveSearch",
568568
"parameters": {

0 commit comments

Comments
 (0)