-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
41eac5c
commit 8294a63
Showing
26 changed files
with
716 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.