This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -------------------------------------------------------------------------------- | |
| * Notes (AssistantsSchemas.cs) :: | |
| * -------------------------------------------------------------------------------- | |
| * This file contains a set of classes and interfaces that define the structure | |
| * of the JSON objects that are used to interact with the OpenAI API. These objects | |
| * are used to serialize and deserialize JSON data to and from C# objects. | |
| * We use System.Text.Json for this purpose, and the classes in this file are | |
| * designed to work with the default JSON serialization options provided by the | |
| * System.Text.Json library (higher performance than Newtonsoft.Json). | |
| * |
OlderNewer