CreateAssistantRequest

Represents the request body for creating an assistant.

Be careful when modifying the instance variables. Try to use the builder method instead, as it will detect common errors before sending your request to the OpenAI API.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the assistant

Link copied to clipboard

The files that can be used in tools

Link copied to clipboard

The instructions for the assistant to follow

Link copied to clipboard

A custom metadata map

Link copied to clipboard

The id of the model to use for the assistant

Link copied to clipboard
var name: String?

The name of the assistant

Link copied to clipboard

The tools available to the assistant