Represents an AI message in a conversation.

Hierarchy (view full)

Constructors

Properties

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

Additional keyword arguments

Type declaration

The content of the message.

response_metadata: Record<string, any>

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

invalid_tool_calls?: InvalidToolCall[] = []
name?: string

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

tool_calls?: ToolCall[] = []

Accessors

Methods

Generated using TypeDoc