You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-21Lines changed: 30 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,11 @@
5
5
**OpenAi-JsonSchema** is a lightweight library for generating valid JSON Schema for OpenAI's Structured Outputs feature, ensuring compatibility with OpenAI's JSON Schema subset. It simplifies the creation of structured outputs for OpenAI models, following the schema generation guidelines provided by OpenAI.
6
6
7
7
## Features
8
-
- Supports `System.ComponentModel.DescriptionAttribute` for descriptions.
9
-
- Handles nullable reference types.
10
-
- Supports a wide range of types, including primitives (e.g., `bool`, `int`, `double`, `DateTime`).
11
-
- Ensures compatibility with OpenAI's JSON Schema format.
8
+
- Supports `System.ComponentModel.DescriptionAttribute` for generating descriptions in the JSON Schema.
0 commit comments