Share via


OpenAIAssistantAgent.IsDeleted Property

Definition

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.

Applies to