Package version:

Interface RunStepDeltaMessageCreation

Represents a message creation within a streaming run step delta.

interface RunStepDeltaMessageCreation {
    messageCreation?: RunStepDeltaMessageCreationObject;
    type: "message_creation";
}

Hierarchy (view full)

Properties

The message creation data.

type

The object type, which is always "message_creation."