Represents an AI message in a conversation.

Hierarchy

Constructors

Properties

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

Additional keyword arguments

Type declaration

  • [key: string]: unknown
  • Optional function_call?: FunctionCall
  • Optional tool_calls?: ToolCall[]

The content of the message.

name?: string

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

Accessors

  • get text(): string
  • Returns string

    Deprecated

    Use content instead.

Methods

Generated using TypeDoc