IOpenAIClient.GetAssistantsAsync
IOpenAIClient.GetAssistantsAsync method
Retrieves a list of assistants asynchronously.
public Task<AssistantListResponse> GetAssistantsAsync(
AssistantListQueryParameters queryParameters = null,
CancellationToken? cancellationToken = default)
Parameter | Type | Description |
---|---|---|
queryParameters | AssistantListQueryParameters | Optional query parameters to filter the list of assistants. |
cancellationToken | Nullable`1 | A token to cancel the operation. |
Return Value
A task that represents the asynchronous operation. The task result contains the list of assistants.
See Also
- class AssistantListResponse
- class AssistantListQueryParameters
- interface IOpenAIClient
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF