@@ -70,10 +70,6 @@ items:
70
70
displayName : PTU, provisioned, provisioned throughput units
71
71
- name : System message templates
72
72
href : ./concepts/system-message.md
73
- - name : Using your data - text
74
- href : ./concepts/use-your-data.md
75
- - name : Using your data - image (preview)
76
- href : ./concepts/use-your-image-data.md
77
73
- name : Legacy models
78
74
href : ./concepts/legacy-models.md
79
75
- name : How-to
@@ -133,6 +129,16 @@ items:
133
129
- name : Function calling
134
130
href : ./how-to/fine-tuning-functions.md
135
131
displayName : fine-tuning, finetuning
132
+ - name : Use your data
133
+ items :
134
+ - name : Text data
135
+ href : ./concepts/use-your-data.md
136
+ - name : Image data (preview)
137
+ href : ./concepts/use-your-image-data.md
138
+ - name : Use Azure OpenAI On Your Data securely
139
+ href : ./how-to/use-your-data-securely.md
140
+ - name : Deploy and use web apps
141
+ href : ./how-to/use-web-app.md
136
142
- name : Migrate to OpenAI Python v1.x
137
143
href : ./how-to/migration.md
138
144
- name : Models
@@ -201,14 +207,27 @@ items:
201
207
items :
202
208
- name : Assistants API Reference
203
209
items :
204
- - name : Assistants
205
- href : ./assistants-reference.md
206
- - name : Threads
207
- href : ./assistants-reference-threads.md
208
- - name : Messages
209
- href : ./assistants-reference-messages.md
210
- - name : Runs
211
- href : ./assistants-reference-runs.md
210
+ - name : Python/REST
211
+ items :
212
+ - name : Assistants
213
+ href : ./assistants-reference.md
214
+ - name : Threads
215
+ href : ./assistants-reference-threads.md
216
+ - name : Messages
217
+ href : ./assistants-reference-messages.md
218
+ - name : Runs
219
+ href : ./assistants-reference-runs.md
220
+ - name : SDK
221
+ items :
222
+ - name : C#
223
+ href : /dotnet/api/overview/azure/ai.openai.assistants-readme?context=/azure/ai-services/openai/context/context
224
+ - name : Go
225
+ href : https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai
226
+ - name : Java
227
+ href : /java/api/overview/azure/ai-openai-assistants-readme?context=/azure/ai-services/openai/context/context
228
+ - name : JavaScript
229
+ href : /javascript/api/overview/azure/openai-assistants-readme?context=/azure/ai-services/openai/context/context
230
+
212
231
- name : Azure OpenAI On Your Data API Reference
213
232
items :
214
233
- name : Azure OpenAI On Your Data
0 commit comments