Abstract
Optional
kwargs: Record<string, unknown>Additional keyword arguments
Optional
function_Optional
tool_The content of the message.
Optional
nameThe name of the message sender in a multi-user chat.
Use content instead.
Generated using TypeDoc
Base class for all types of messages in a conversation. It includes properties like
content
,name
, andadditional_kwargs
. It also includes methods liketoDict()
and_getType()
.