Represents a chunk of a chat message, which can be concatenated with other chat message chunks.

Hierarchy

Constructors

Properties

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

Additional keyword arguments

Type declaration

The content of the message.

role: string
name?: string

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

Accessors

  • get text(): string
  • Returns string

    ⚠️ Deprecated ⚠️

    Use content instead.

    This feature is deprecated and will be removed in the future.

    It is not recommended for use.

Methods

Generated using TypeDoc