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

OpenAI-DotNet 8.0.2 #329

Merged
merged 5 commits into from
Jun 15, 2024
Merged

OpenAI-DotNet 8.0.2 #329

merged 5 commits into from
Jun 15, 2024

Conversation

StephenHodgson
Copy link
Member

@StephenHodgson StephenHodgson commented Jun 15, 2024

  • 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

- 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
@StephenHodgson StephenHodgson marked this pull request as ready for review June 15, 2024 03:14
@StephenHodgson StephenHodgson merged commit 8294a63 into main Jun 15, 2024
5 checks passed
@StephenHodgson StephenHodgson deleted the development branch June 15, 2024 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant