Is it possible to use the Responses API with semantic kernel yet? #11187
Replies: 12 comments 10 replies
|
Hello Michael Kemmerzell (@mkemmerz) it should be landing soon, in the form of an agent. |
|
Just bumping this to check in, is there any news on when this might be available for .net? |
|
I'm also interested to know when support for the Responses API will be landing as I am using SK, but I'd really like to change to use this new API for the built in web search and image generation capabilities. |
|
Hi, just wondering if Response API is available in .NET version yet? |
|
Hello Danny Wang (@code-junkie-403), yes, the Responses Agent in SK .NET is available. You can find some getting started samples here. The agent was introduced in v1.56.0. |
|
Evan Mattson (@moonbox3) yes the OpenAIResponseAgent is available - but it's barely in an MVP state. It only supports TextContent type in ChatMessageContent (everything else is ignored). Linking this issue #12888 here for visibility. |
|
Any updated ETA for the Responses API availability in .NET? |
|
So i guess this isn't coming? Seems to be on soon for almost the whole year now |
|
Looking at the thread so far, my understanding is that direct Response API support will not be coming to Semantic Kernel, nor is there any roadmap for it. OpenAIResponseAgent is the only way to interact with Response API, from the look of it. |
|
My understanding from chatting with Microsoft is that the support for Response API in SK is in progress (preview) and should available in the coming months. |
|
Mark Wallace (@markwallace-microsoft) ResponseAPI is a game-changer and if not being supported in SK, it might make SK irrelevant for some of us. Would highly appreciate an ETA. It was said above it will be supported "in a few weeks", but almost 4 months have passed since. Could you please provide some clarity about this? Or tag someone who might be able to? |
|
It looks like Semantic Kernel Responses API agent won't go GA after all, favouring a switch to the new Agent Framework... It would be great to get an official statement from Microsoft though... |
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to use semantic kernel already with the new Responses API: https://platform.openai.com/docs/api-reference/responses?
I had some looks into the code but couldn't find anything, also this issue exists: #11026
Sorry If that question is stupid but does someone know more about the support for the Responses API? I couldn't really find anything about it.
All reactions