Share via


MessageAttachmentOutput interface

This describes to which tools a file has been attached.

Properties

dataSource

Azure asset ID.

fileId

The ID of the file to attach to the message.

tools

The tools to add to this file.

Property Details

dataSource

Azure asset ID.

dataSource?: VectorStoreDataSourceOutput

Property Value

fileId

The ID of the file to attach to the message.

fileId?: string

Property Value

string

tools

The tools to add to this file.

tools: MessageAttachmentToolDefinitionOutput[]

Property Value