Skip to content

@ralphschuler.ai function caller.index.<internal>.OpenAI.Beta.Threads.Messages.Files.MessageFile

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

Interface: MessageFile

Messages.Files.MessageFile

A list of files attached to a message.

Table of contents

Properties

Properties

created_at

created_at: number

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

Defined in

node_modules/openai/resources/beta/threads/messages/files.d.ts:29


id

id: string

The identifier, which can be referenced in API endpoints.

Defined in

node_modules/openai/resources/beta/threads/messages/files.d.ts:25


message_id

message_id: string

The ID of the message that the File is attached to.

Defined in

node_modules/openai/resources/beta/threads/messages/files.d.ts:35


object

object: "thread.message.file"

The object type, which is always thread.message.file.

Defined in

node_modules/openai/resources/beta/threads/messages/files.d.ts:39

Typescript Libraries

Modules

Namespaces

Clone this wiki locally