generated from RageAgainstThePixel/upm-template
-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated FilesEndpoint.ListFilesAsync with optional purpose filter query parameter - Refactored list responses with a more generic ListQuery and ListResponse<TObject> pattern - EventList -> ListResponse<EventResponse> - FineTuneJobList -> ListResponse<FineTuneJobResponse> - Standardized names for timestamps to have suffix: UnixTimeSeconds - Standardized response class names (existing classes depreciated) - FileData -> FileResponse - CompletionResult -> CompletonResponse - Event -> EventResponse - FineTuneJob -> FineTuneJobResponse - Added detail parameter to ImageURL - Added GetModerationChunkedAsync method in ModerationsEndpoint - Fixed streaming function tool serialization - Fixed multiple function tool usages - Added additional implicit operators for Chat.Content - Added warnings to default auth and setting constructors to improve init speed - Updated authentication - Updated unit tests - Updated docs
- Loading branch information
1 parent
d4e690b
commit f9ed115
Showing
90 changed files
with
1,860 additions
and
1,191 deletions.
There are no files selected for viewing
338 changes: 185 additions & 153 deletions
338
OpenAI/Packages/com.openai.unity/Documentation~/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
1 change: 0 additions & 1 deletion
1
OpenAI/Packages/com.openai.unity/Runtime/Audio/AudioEndpoint.cs
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.