Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssistantUpdateParams

Hierarchy

  • AssistantUpdateParams

Index

Properties

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?: null | string

The name of the assistant.

Generated using TypeDoc