Skip to content

OpenAI-DotNet 8.0.2

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 15 Jun 03:54
· 3 commits to main since this release
8294a63

What's Changed

  • OpenAI-DotNet 8.0.2 by @StephenHodgson in #329
    • 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: v8.0.1...v8.0.2