Add GetOpenAIResponseClient APIs
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
Similar to
https://github.com/microsoft/aspire/blob/38aa880d6f07a76283e1b7c835ae3089cb684348/src/Components/Aspire.OpenAI/AspireOpenAIClientBuilderChatClientExtensions.cs#L23
and
https://github.com/microsoft/aspire/blob/38aa880d6f07a76283e1b7c835ae3089cb684348/src/Components/Aspire.OpenAI/AspireOpenAIClientBuilderEmbeddingGeneratorExtensions.cs#L23
We should have an easy API for adding `GetOpenAIResponseClient` to an app.
See https://github.com/dotnet/extensions/issues/7407
Contributor guide
Research direction
Start by reading AspireOpenAIClientBuilderChatClientExtensions.cs and AspireOpenAIClientBuilderEmbeddingGeneratorExtensions.cs at the linked commit, then review the related dotnet/extensions issue 7407. Identify the corresponding extension point for GetOpenAIResponseClient and add the matching app API; done means the API is available consistently with the referenced APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100