-
Notifications
You must be signed in to change notification settings - Fork 4.3k
.Net: Update KernelFunctionInvokingChatClient as a specialization of MEAI.FunctionInvokingChatClient #11678
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
Merged
rogerbarreto
merged 29 commits into
microsoft:feature-msextensions-ai
from
rogerbarreto:issues/11628-functioninvoking-extension
May 6, 2025
Merged
.Net: Update KernelFunctionInvokingChatClient as a specialization of MEAI.FunctionInvokingChatClient #11678
Changes from 19 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
9858a75
Created potential extensible FunctionInvokingChatClientV2
rogerbarreto 3df56aa
Adding FunctionInvocationContextV2 and making AutoFunctionInvocation …
rogerbarreto 48b50ee
Most Tests passing, missing identify reference issue
rogerbarreto e805c93
Using KernelArguments as Specialization of AIFunctionArguments and re…
rogerbarreto 968190f
Fix typo
rogerbarreto 193be17
Fix warnings
rogerbarreto a778718
Fix formatting
rogerbarreto 6af06b8
Removing unused property
rogerbarreto 2316427
Merge branch 'issues/11628-functioninvoking-extension' of https://git…
rogerbarreto bb97a21
Changes for 9.5
rogerbarreto 7c014a5
SK update to use latest MEAI 9.5 Function invoking chat client
rogerbarreto 340fbbe
Update to latest changes in 9.5.0-dev
rogerbarreto 166bb29
Update latest MEAI version with Functin Invocking changes
rogerbarreto 054fcf9
Remove unused files
rogerbarreto ebed086
Merge branch 'feature-msextensions-ai' into issues/11628-functioninvo…
rogerbarreto a7b531e
Revert nuget.config
rogerbarreto 1bc29f8
Merge branch 'issues/11628-functioninvoking-extension' of https://git…
rogerbarreto b268871
Revert nuget.config
rogerbarreto c899c81
Remove unrelated test
rogerbarreto 6b5eea3
Revert undesired changes
rogerbarreto f5847b9
Prevent unrelated warnings
rogerbarreto 2503d58
Revert "Prevent unrelated warnings"
rogerbarreto 2fbc65c
Merge branch 'feature-msextensions-ai' of https://github.com/microsof…
rogerbarreto d012c3d
Address latest changes to AutoFunctionInvocationContext
rogerbarreto c47cde7
Add missing UT
rogerbarreto c87d46d
Merge branch 'feature-msextensions-ai' into issues/11628-functioninvo…
rogerbarreto 786df01
Fix warning
rogerbarreto cb40a56
Remove AIArguments + fix UT namespace
rogerbarreto 062406f
Fix using order
rogerbarreto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <configuration> | ||
|
|
||
| <packageSources> | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.