OpenAIAssistantAgent.IsDeleted Property
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.
Caution
Use the OpenAI.Assistants.AssistantClient to manage the Assistant definition lifecycle. This method will be removed after May 1st 2025.
Gets a value that indicates whether the assistant has been deleted via DeleteAsync(CancellationToken).
[System.Obsolete("Use the OpenAI.Assistants.AssistantClient to manage the Assistant definition lifecycle. This method will be removed after May 1st 2025.")]
public bool IsDeleted { get; }
[<System.Obsolete("Use the OpenAI.Assistants.AssistantClient to manage the Assistant definition lifecycle. This method will be removed after May 1st 2025.")>]
member this.IsDeleted : bool
Public ReadOnly Property IsDeleted As Boolean
Property Value
- Attributes
Remarks
An assistant removed by other means will result in an exception when invoked.