Assistant api v2 support #6809
Closed
crodriguezSofteng
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
In .NET, the agent framework does support the v1 of the assistant api, we are working on supporting v2 and for python. We recommend using the OpenAI SDK for this in the interim. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
multi agent is nice and all, but can we get “Normal” assitant v2 support in semantic kernel without multiagent abstraction? One nice feature of assistant api (including v2) is that it saves threads automatically so you can save conversation without additional effort, but that’s been “abstracted away” in semantic kernel and you can’t recover a thread: it’s created automatically under the hood and you can’t recover it
assistant v2 with file search is very powerful and it would be nice to have sematic kernel power to use plugins. That should be your priority in my opinion. Not multiagent BEFORE fully supporting assistant api v2
Beta Was this translation helpful? Give feedback.
All reactions