Message responsible for deleting other messages.

Hierarchy (view full)

Constructors

Properties

additional_kwargs: {
    function_call?: FunctionCall;
    tool_calls?: ToolCall[];
    [key: string]: unknown;
}

Additional keyword arguments

The content of the message.

id: string

The ID of the message to remove.

name?: string

The name of the message sender in a multi-user chat.

response_metadata: Record<string, any>

Response metadata. For example: response headers, logprobs, token counts.

Accessors

Methods