import { type MessageDelta } from "https://deno.land/x/openai@v4.69.0/resources/beta/threads/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.