Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.38k stars 4.79k forks source link

[FEATURE REQ] Assistant V2 #44104

Closed FrontFelix closed 3 months ago

FrontFelix commented 5 months ago

Library name

AssistantsClient.cs

Please describe the feature.

I am currently trying to use the Assistant v2 API. However, in the code, there is a line: request.Headers.Add("OpenAI-Beta", "assistants=v1");

I couldn't find any documentation or option to change this to v2. For my use case, I need to use Assistant v2. It would be great if you could implement this feature!

github-actions[bot] commented 5 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jpalvarezl @trrwilson.

samuelnygaard commented 5 months ago

This feature would be really useful, I can create a PR if that is helpful @jsquire ?

jsquire commented 5 months ago

@samuelnygaard : We appreciate your kind offer to contribute, but I'm not the owner of this package, so I'm unable to say whether or not the OpenAI team would be amenable. We'd need @trrwilson and team to offer their thoughts.

FrontFelix commented 4 months ago

Any update on this ?

scottaddie commented 4 months ago

The Assistants v2 API is fully supported in the official OpenAI library for .NET and in its Azure.AI.OpenAI v2.0.0 Beta companion library.

github-actions[bot] commented 4 months ago

Hi @FrontFelix. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation.