Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssistantCreateParams

Hierarchy

  • AssistantCreateParams

Index

Properties

autoImage?: boolean

If true, automatically set the profile image for the assistant.

description?: null | string

The description of the assistant. The maximum length is 512 characters.

instructions?: null | string

The system instructions that the assistant uses. The maximum length is 10000 characters.

metadata?: null | AssistantMetadata

Any metadata related to the assistant.

model: Model

The name of the model to use.

name: string

The name of the assistant.

Generated using TypeDoc