Documentation / @agentick/react / ChatMessage
Interface: ChatMessage
Defined in: client/src/chat-types.ts:53
Properties
content
content:
string|ContentBlock[]
Defined in: client/src/chat-types.ts:56
id
id:
string
Defined in: client/src/chat-types.ts:54
role
role:
"user"|"assistant"
Defined in: client/src/chat-types.ts:55
toolCalls?
optionaltoolCalls:ToolCallEntry[]
Defined in: client/src/chat-types.ts:57