We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this library support the Microsoft.Extensions.AI.IChatClient interface? (https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai.ichatclient?view=net-9.0-pp)
If not, will it be suppored in the future?
No response
The text was updated successfully, but these errors were encountered:
Right now it's available as a wrapper via https://www.nuget.org/packages/Microsoft.Extensions.AI.OpenAI. From the perspective of the .NET team, our aim is for all LLM clients (like openai/openai-dotnet) to provide their own implementation of these abstractions. That's happening already with a bunch of nuget packages, and our ideal is that happens with openai/openai-dotnet as well, effectively with the implementation from https://www.nuget.org/packages/Microsoft.Extensions.AI.OpenAI moving into this library and then https://www.nuget.org/packages/Microsoft.Extensions.AI.OpenAI being obsoleted as a temporary stop-gap. Whether/when that happens is up to the maintainers of openai/openai-dotnet.
Sorry, something went wrong.
No branches or pull requests
Confirm this is a feature request for the .NET library and not the underlying OpenAI API
Describe the feature or improvement you are requesting
Does this library support the Microsoft.Extensions.AI.IChatClient interface?
(https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.ai.ichatclient?view=net-9.0-pp)
If not, will it be suppored in the future?
Additional context
No response
The text was updated successfully, but these errors were encountered: