Skip to content

com.openai.unity 8.0.2

Choose a tag to compare

@StephenHodgson StephenHodgson released this 15 Jun 03:55
· 43 commits to upm since this release

What's Changed

  • Fixed Thread.Message.Attachement serialization
  • Fixed CreateAssistantRequest to properly copy all override assistant properties
  • Fixed some objects that are chunked, were not properly being appended to the final object
  • Added FileSearchOptions to Tool.FileSearch
  • Added some additional constructor overloads for CodeInterpreterResources
  • Added some additional constructor overloads for VectorStoreRequest
  • Thread.DeleteAsync and Assistant.DeleteAsync now fetch the latest before deleting when deleteToolResources is also requested
  • Refactored the way Function handles reflected invocations for both synchronous and asynchronous calls
    • Function.InvokeAsync will now properly also call synchronous invocations in the tool call collection
  • Refactored Threads/Assistant Unit Tests

Full Changelog: 8.0.1...8.0.2