GetAssistant by ID #335
GabrielBPereira
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello, @GabrielBPereira. That is the overload of the AssistantClient assistantClient = new AssistantClient(API_KEY);
Assistant retrievedAssistant = assistantClient.GetAssistant("example_assistant_ID"); |
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
-
Hello everyone!
How can I get an already created assistant and use it every time? In the example provided on github, it always creates a new assistant.
GitHub example:

I try this, but returns a BinaryData:

I need to convert the Assistant (BinaryData) in a Assistant instance.
How the best solution for my problem?
Thank you for provider this code for community .net!
Beta Was this translation helpful? Give feedback.
All reactions