Package version:

Interface MessageAttachment

This describes to which tools a file has been attached.

interface MessageAttachment {
    dataSource?: VectorStoreDataSource;
    fileId?: string;
    tools: {};
}

Properties

Azure asset ID.

fileId?: string

The ID of the file to attach to the message.

tools: {}

The tools to add to this file.