semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net: Investigate removing AddStreamingMessageAsync

Open markwallace-microsoft opened this issue 1 year ago • 1 comments

Describe the bug Should we refactor public static async IAsyncEnumerable<StreamingChatMessageContent> AddStreamingMessageAsync(this ChatHistory chatHistory, IAsyncEnumerable<OpenAIStreamingChatMessageContent> streamingMessageContents) to return an OpenAI specific streaming chat message content.

Note: If we keep it then the return type should be OpenAIStreamingChatMessageContent since the caller already has access to that type as the input collection.

Either way this tasks is actionable.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Platform

  • OS: [e.g. Windows, Mac]
  • IDE: [e.g. Visual Studio, VS Code]
  • Language: [e.g. C#, Python]
  • Source: [e.g. NuGet package version 0.1.0, pip package version 0.1.0, main branch of repository]

Additional context Add any other context about the problem here.

markwallace-microsoft avatar Apr 02 '24 21:04 markwallace-microsoft

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Jul 03 '24 01:07 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jul 17 '24 01:07 github-actions[bot]