Skip to content

Documentation / @agentick/shared / MessageRole

Enumeration: MessageRole ​

Defined in: block-types.ts:70

Enumeration Members ​

ASSISTANT ​

ASSISTANT: "assistant"

Defined in: block-types.ts:72


EVENT ​

EVENT: "event"

Defined in: block-types.ts:75


SYSTEM ​

SYSTEM: "system"

Defined in: block-types.ts:73


TOOL ​

TOOL: "tool"

Defined in: block-types.ts:74


USER ​

USER: "user"

Defined in: block-types.ts:71

Released under the ISC License.