OPENAPI / COMPONENTS / SCHEMAS

Create Assistant Request data structure

CreateAssistantRequest

Structural definition for Create Assistant Request in the OpenAI API contract.

object11properties
descriptionstring

description value in the OpenAI API contract.

instructionsstring

instructions value in the OpenAI API contract.

metadataMetadata

metadata value in the OpenAI API contract.

modelstringrequired

model value in the OpenAI API contract.

namestring

name value in the OpenAI API contract.

reasoning_effortReasoningEffort

reasoning effort value in the OpenAI API contract.

response_formatstring

response format value in the OpenAI API contract.

temperaturestring

temperature value in the OpenAI API contract.

tool_resourcesstring

tool resources value in the OpenAI API contract.

toolsarray

tools value in the OpenAI API contract.

top_pstring

top p value in the OpenAI API contract.