Skip to content

Commit 8d223f6

Browse files
committed
update
1 parent 9346e58 commit 8d223f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/ai-services/openai/how-to/structured-outputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Supported example:
645645

646646
### Recursive schemas are supported
647647

648-
Example using # for root recursion
648+
Example using # for root recursion:
649649

650650
```json
651651
{
@@ -697,7 +697,7 @@ Example using # for root recursion
697697
}
698698
```
699699

700-
Example of explicit recursion
700+
Example of explicit recursion:
701701

702702
```json
703703
{

articles/ai-services/openai/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ items:
122122
href: ./how-to/json-mode.md
123123
- name: Reproducible output
124124
href: ./how-to/reproducible-output.md
125+
- name: Structured outputs
126+
href: ./how-to/structured-outputs.md
125127
- name: Work with code
126128
href: ./how-to/work-with-code.md
127129
- name: Use with large datasets

0 commit comments

Comments
 (0)