assistants

@ApiStatus.Experimental
@Contract(pure = true)
open fun assistants(): AssistantHandler

Returns the handler for the assistants endpoint. This method is purely syntactic sugar for Java users.


@get:ApiStatus.Experimental
abstract val assistants: AssistantHandler

Returns the handler for the assistants endpoint. This handler can be used to create, retrieve, and delete assistants.