Question about assistant and api

Hey everyone. Does anyone know if there’s a good NuGet package for .NET Core (I tried the 3 in the API doc…)? I need a way to send an assistant a JSON/text file, and it will perform changes according to the instructions provided.

Basically, I upload a file that contains English and a translation that ChatGPT needs to edit and add. Currently, I’m using REST calls and just serializing a string from the file to send with a call.

Is there a better way to do this? I would really appreciate an answer

Hello, I’m facing the same issue and would greatly appreciate any guidance or solutions. Thank you!

Please describe more about the actual challenges you are facing, and how they are similar or different from those simple inquiries made previously, as your message here could be any sort of bot text that is just holding a place before they go spammer.

The 3 packages listed at https://platform.openai.com/docs/libraries/community-libraries

are

I’m using NuGet Gallery | Forge.OpenAI 1.4.5 and it supports .Net Core, and it supports Assistants v2 API. Not sure if it supports the file features that you’re looking for but I suggest that you take a look.