import { type MessageDeltaEvent } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/messages.ts";
Represents a message delta i.e. any changed fields on a message during streaming.
Properties
delta: MessageDelta
The delta containing the fields that have changed on the Message.