Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Beta.Assistants.AssistantUpdateParams

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: AssistantUpdateParams

Beta.Assistants.AssistantUpdateParams

Table of contents

Properties

Properties

description

Optional description: null | string

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

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:181


file_ids

Optional file_ids: string[]

A list of File IDs attached to this assistant. There can be a maximum of 20 files attached to the assistant. Files are ordered by their creation date in ascending order. If a file was previosuly attached to the list but does not show up in the list, it will be deleted from the assistant.

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:189


instructions

Optional instructions: null | string

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

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:194


metadata

Optional metadata: unknown

Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:201


model

Optional model: string

ID of the model to use. You can use the List models API to see all of your available models, or see our Model overview for descriptions of them.

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:209


name

Optional name: null | string

The name of the assistant. The maximum length is 256 characters.

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:213


tools

Optional tools: (AssistantToolsCode | AssistantToolsRetrieval | AssistantToolsFunction)[]

A list of tool enabled on the assistant. There can be a maximum of 128 tools per assistant. Tools can be of types code_interpreter, retrieval, or function.

Defined in

node_modules/openai/resources/beta/assistants/assistants.d.ts:218

Typescript Libraries

Modules

Namespaces

Clone this wiki locally