Optional
kwargs: Record<string, unknown>Additional keyword arguments
The content of the message.
Response metadata. For example: response headers, logprobs, token counts.
Optional
idAn optional unique identifier for the message. This should ideally be provided by the provider/model which created the message.
Optional
invalid_Optional
nameThe name of the message sender in a multi-user chat.
Optional
tool_Optional
usage_If provided, token usage information associated with the message.
Use BaseMessage.content instead.
Represents an AI message in a conversation.