AssistantClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience extensions for OpenAI.Assistants.AssistantClient.
public static class AssistantClientExtensions
type AssistantClientExtensions = class
Public Module AssistantClientExtensions
- Inheritance
-
AssistantClientExtensions
Methods
| CreateAssistantAsync(AssistantClient, String, String, String, String, Boolean, IReadOnlyList<String>, Boolean, String, Nullable<Single>, Nullable<Single>, AssistantResponseFormat, IReadOnlyDictionary<String, String>, CancellationToken) |
Creates an assistant asynchronously with the specified options. |
| CreateAssistantFromTemplateAsync(AssistantClient, String, PromptTemplateConfig, Boolean, IReadOnlyList<String>, Boolean, String, Nullable<Single>, Nullable<Single>, AssistantResponseFormat, IReadOnlyDictionary<String, String>, CancellationToken) |
Creates an assistant from a template asynchronously with the specified options. |
| CreateThreadAsync(AssistantClient, IEnumerable<ChatMessageContent>, IReadOnlyList<String>, String, IReadOnlyDictionary<String,String>, CancellationToken) |
Creates a thread asynchronously with the specified options. |