Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/core / / AssistantMessage

Interface: AssistantMessage

Defined in: packages/core/src/types/message.ts:158

Stable

Properties

PropertyModifierTypeDescriptionDefined in
agentId?readonlystringMulti-agent attribution: which agent produced this message. Required by the multi-agent crew acceptance criteria.packages/core/src/types/message.ts:166
contentreadonly| string | readonly MessageContent[]-packages/core/src/types/message.ts:160
rolereadonly"assistant"-packages/core/src/types/message.ts:159
toolCalls?readonlyreadonly ToolCall[]-packages/core/src/types/message.ts:161