Optional
name: stringThe name of the message sender in a multi-user chat.
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
nameThe name of the message sender in a multi-user chat.
Optional
raw_The raw output of the tool.
Not part of the payload sent to the model. Should only be specified if it is different from the message content, i.e. if only a subset of the full tool output is being passed as message content.
Use BaseMessage.content instead.
Static
is
Represents a tool message in a conversation.