Skip to content

Commit 2536c38

Browse files
Merge pull request #270666 from aahill/aoai-toc
[AOAI] new toc proposal
2 parents 14ddbec + 42a0bcb commit 2536c38

File tree

1 file changed

+31
-12
lines changed

1 file changed

+31
-12
lines changed

articles/ai-services/openai/toc.yml

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ items:
7070
displayName: PTU, provisioned, provisioned throughput units
7171
- name: System message templates
7272
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
7773
- name: Legacy models
7874
href: ./concepts/legacy-models.md
7975
- name: How-to
@@ -133,6 +129,16 @@ items:
133129
- name: Function calling
134130
href: ./how-to/fine-tuning-functions.md
135131
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
136142
- name: Migrate to OpenAI Python v1.x
137143
href: ./how-to/migration.md
138144
- name: Models
@@ -201,14 +207,27 @@ items:
201207
items:
202208
- name: Assistants API Reference
203209
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+
212231
- name: Azure OpenAI On Your Data API Reference
213232
items:
214233
- name: Azure OpenAI On Your Data

0 commit comments

Comments
 (0)