class SystemMessageChunkBaseMessageChunk<TStructure, "system">Type guard to check if an object is an AIMessage.
The name of the serializable. Override to provide an alias or
Array of content blocks that make up the message content
Content block identifier, which can be either
A path to the module that contains the class, eg. ["langchain", "llms"]
The name of the tool being called
Metadata about the message
Type of the content block
A path to the module that contains the class, eg. ["langchain", "llms"]
Array of content blocks that make up the message content
Content block identifier, which can be either
A path to the module that contains the class, eg. ["langchain", "llms"] Usually should be the same as the entrypoint the class is exported from.
The name of the tool being called
Metadata about the message
Type of the content block
Represents a chunk of a system message, which can be concatenated with other system message chunks.