8.2.0-beta OpenAI Assistant API support #544
Replies: 5 comments 6 replies
-
Unfortunately, the https://github.com/betalgo/openai/wiki/Function-Calling example is available as tools in the beta. It does not exist as Functions. The examples given as Tools produce errors. 'type' is a required property - 'tools.0' Also, can netstandard2.0 support be added to the Betalgo.OpenAI.Utilities library? |
Beta Was this translation helpful? Give feedback.
-
Assistant works pretty well!! But it missing Streams support :( @kayhantolga thanks for all! <3 |
Beta Was this translation helpful? Give feedback.
-
@kayhantolga Thanks for the release. Works great. Streams will be nice, but in the meantime, RunRetrieve() polling works fine. I would like to access the run steps, and can see that while the endpoint is there, the Response classes and RunService calls are not. Should I add in a fork and submit a pull request? UPDATE: see #545 |
Beta Was this translation helpful? Give feedback.
-
@kayhantolga probably found a bug, but i need confirmation that i'm not missing something: Everytime i create a message with MessageCreate, it will create an empty "vectore store" var messageResult = openAiService.Messages.MessageCreate(thread.Id, new MessageCreateRequest
{
Role = StaticValues.AssistantsStatics.MessageStatics.Roles.User,
Content = _message,
FileIds = null
}).Result; as you see i tried to pass Null to FileIds, but it creates everytime in anycase. This not happen in playground so i think is something releated to the API. |
Beta Was this translation helpful? Give feedback.
-
#547 => 8.2.1 |
Beta Was this translation helpful? Give feedback.
-
Assistant feature!
https://www.nuget.org/packages/Betalgo.OpenAI/8.2.0-beta
https://github.com/betalgo/openai/releases/tag/v8.2.0-beta
I'm thrilled to finally release the beta version of the long-awaited Assistant feature. I know, I'm a bit late, but believe me, I've been doing my best to deliver this feature to you in the best possible way. Although I couldn't include all the features yet, many of the main functions are ready to use.
I have a request for you - please try out this beta version and share your feedback with me. Your opinions are incredibly valuable to me because they'll help me further improve the Assistant feature and turn it into a tool that meets your expectations.
Happy coding, everyone!
Tolga
Beta Was this translation helpful? Give feedback.
All reactions