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

.Net: Use chat completion agent #10724

Merged
merged 5 commits into from
Feb 28, 2025

Conversation

SergeyMenshykh
Copy link
Member

Motivation, Context, and Description

This PR updates the agent REST API to use ChatCompletionAgent and register all its dependencies (Azure AI OpenAI service + AI model) to be deployed and provisioned to Azure.

Next steps include:

  • Reading agent and model parameters from the configuration.
  • Changing the REST API to accept chat history instead of just a prompt string and modifying the UI to supply it.

Note: This PR targets the feature-agents-hosting feature branch.
Contributes to: #10149

@SergeyMenshykh SergeyMenshykh added the .NET Issue or Pull requests regarding .NET code label Feb 28, 2025
@SergeyMenshykh SergeyMenshykh self-assigned this Feb 28, 2025
@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner February 28, 2025 10:37
@RogerBarreto
Copy link
Member

Looking forward on removing the auto reference to SK packages.

@SergeyMenshykh SergeyMenshykh merged commit 2e3e1c1 into feature-agents-hosting Feb 28, 2025
10 checks passed
@SergeyMenshykh SergeyMenshykh deleted the add-chat-completion-agent branch February 28, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation .NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: Done
Development

Successfully merging this pull request may close these issues.

3 participants