Concatenates a string or another system message with the current system message.
concat(chunk: string | SystemMessage<MessageStructure<MessageToolSet>>): SystemMessage<TStructure>| Name | Type | Description |
|---|---|---|
chunk* | string | SystemMessage<MessageStructure<MessageToolSet>> | The chunk to concatenate with the system message. |