import { type MessageDelta } from "https://deno.land/x/openai@v4.29.0/resources/beta/threads/messages/messages.ts";
The delta containing the fields that have changed on the Message.
Properties
optional
content: Array<MessageContentDelta>The content of the message in array of text and/or images.
A list of file IDs that the assistant should use. Useful for tools like retrieval and code_interpreter that can access files. A maximum of 10 files can be attached to a message.