-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance agent chat features and update tokenizer model
- Modified `AgentGroupChatPage.razor` to use lambda expressions for button clicks and added a new example button. - Updated `AgentGroupChatPage.razor.cs` to use `UpsertAssistantMessage` for streaming response and enhanced `UseExample` method to import plugins. - Improved `AutoSelectNextAgent` logic in `GroupChat.cs` to prevent infinite loops. - Switched to `InvokeStreamingAsync` in `ChatCompletionGroup.cs` and added output formatting. - Updated default tokenizer model to `gpt-4o`.
- Loading branch information
1 parent
ae5b075
commit 636aa5a
Showing
6 changed files
with
24 additions
and
13 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
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