Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/messages.ts>MessageDeltaEvent

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface MessageDeltaEvent
import { type MessageDeltaEvent } from "https://deno.land/x/openai@v4.38.5/resources/beta/threads/messages.ts";

Represents a message delta i.e. any changed fields on a message during streaming.

Properties

id: string

The identifier of the message, which can be referenced in API endpoints.

The delta containing the fields that have changed on the Message.

object: "thread.message.delta"

The object type, which is always thread.message.delta.