Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.openai.unity 6.0.0 #133

Merged
merged 9 commits into from
Nov 29, 2023
Merged

com.openai.unity 6.0.0 #133

merged 9 commits into from
Nov 29, 2023

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Nov 28, 2023

  • Updated FilesEndpoint.ListFilesAsync with optional purpose filter query parameter
  • Refactored list responses with a more generic ListQuery and ListResponse pattern
    • EventList -> ListResponse
    • FineTuneJobList -> ListResponse
  • 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

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson
- 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
- Updated unit tests
- Updated docs

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson
@StephenHodgson StephenHodgson self-assigned this Nov 28, 2023

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson
updated editor to 2022.3.14f1

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson

Verified

This commit was signed with the committer’s verified signature.
StephenHodgson Stephen Hodgson
@StephenHodgson StephenHodgson marked this pull request as ready for review November 29, 2023 17:08
@StephenHodgson StephenHodgson merged commit f9ed115 into main Nov 29, 2023
@StephenHodgson StephenHodgson deleted the development branch November 29, 2023 17:09
github-actions bot pushed a commit that referenced this pull request Nov 29, 2023
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant