AssistantDeletionStatus

data class AssistantDeletionStatus(val id: String, val deleted: Boolean)

Represents the result of a deletion request for an assistant.

Constructors

Link copied to clipboard
constructor(id: String, deleted: Boolean)

Properties

Link copied to clipboard

Whether the assistant was deleted

Link copied to clipboard
val id: String

The id of the assistant that was deleted