Skip to content

com.openai.unity 6.0.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 29 Nov 17:10
· 57 commits to upm since this release

What's Changed

  • 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

Full Changelog: 5.2.3...6.0.0