Skip to content

Commit d5faac2

Browse files
committed
fix where the imports are discussed for data sources
1 parent f222f5d commit d5faac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/includes/use-your-data-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Install the Azure OpenAI client and Azure Identity libraries for JavaScript with
2929
npm install openai @azure/identity @azure/openai
3030
```
3131

32+
The `@azure/openai/types` dependency is included to extend the OpenAI model for the `data_sources` property. This import is only necessary for TypeScript.
33+
3234
#### [JavaScript](#tab/javascript)
3335

3436
```console
@@ -124,8 +126,6 @@ Your app's _package.json_ file will be updated with the dependencies.
124126
});
125127
```
126128

127-
The `@azure/openai/types` dependency is included to extend the OpenAI model for the `data_sources` property. This import is only necessary for TypeScript.
128-
129129
1. Build the application with the following command:
130130

131131
```console

0 commit comments

Comments
 (0)