Documentation / @agentick/shared / SystemMessage
Interface: SystemMessage ​
Defined in: messages.ts:107
System instruction message (typically at conversation start)
Extends ​
Properties ​
content ​
readonlycontent:ContentBlock[]
Defined in: messages.ts:85
Array of content blocks
Inherited from ​
createdAt? ​
readonlyoptionalcreatedAt:string|Date
Defined in: messages.ts:89
When the message was created
Inherited from ​
id? ​
readonlyoptionalid:string
Defined in: messages.ts:81
Unique message identifier
Inherited from ​
metadata? ​
readonlyoptionalmetadata:MessageMetadata
Defined in: messages.ts:87
Additional metadata
Inherited from ​
role ​
readonlyrole:"system"
Defined in: messages.ts:108
Message role (user, assistant, system, tool, event)
Overrides ​
updatedAt? ​
readonlyoptionalupdatedAt:string|Date
Defined in: messages.ts:91
When the message was last updated