-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add AsChatClient for OpenAI's AssistantClient (#5852)
- Adds ChatOptions/ChatCompletion/StreamingChatCompletionUpdate.ChatThreadId. - Adds an AsChatClient extension method for creating an IChatClient from an AssistantClient. - Updates FunctionInvokingChatClient to have KeepFunctionCallingMessages be false by default, and to handle ChatThreadId. - Fixes handling of ChatCompletion.Usage in ToChatCompletion{Async}.
- Loading branch information
1 parent
a0688e0
commit ecdc326
Showing
14 changed files
with
676 additions
and
193 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
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.