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

.Net Agents: Assistants V2 - Support for streaming

Open crickman opened this issue 5 months ago • 0 comments

Open AI has recently added streaming responses to the Assistant API:

https://platform.openai.com/docs/changelog/mar-14th-2024 https://platform.openai.com/docs/assistants/overview?context=with-streaming

Add this to the initial Assistant agents:

https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Experimental/Agents/IAgentThread.cs

crickman avatar Mar 25 '24 20:03 crickman