Skip to content

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

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

Interface: AssistantFile

Assistants.Files.AssistantFile

A list of Files attached to an assistant.

Table of contents

Properties

Properties

assistant_id

assistant_id: string

The assistant ID that the file is attached to.

Defined in

node_modules/openai/resources/beta/assistants/files.d.ts:40


created_at

created_at: number

The Unix timestamp (in seconds) for when the assistant file was created.

Defined in

node_modules/openai/resources/beta/assistants/files.d.ts:44


id

id: string

The identifier, which can be referenced in API endpoints.

Defined in

node_modules/openai/resources/beta/assistants/files.d.ts:36


object

object: "assistant.file"

The object type, which is always assistant.file.

Defined in

node_modules/openai/resources/beta/assistants/files.d.ts:48

Typescript Libraries

Modules

Namespaces

Clone this wiki locally