Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / WireAssistantMessage

Interface: WireAssistantMessage

Defined in: packages/core/src/utils/binary-json.ts:95

Wire twin of AssistantMessage.

Stable

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
agentId?readonlystringMulti-agent attribution: which agent produced this message. Required by the multi-agent crew acceptance criteria.AssistantMessage.agentIdpackages/core/src/types/message.ts:166
contentreadonly| string | readonly WireMessageContent[]--packages/core/src/utils/binary-json.ts:96
rolereadonly"assistant"-AssistantMessage.rolepackages/core/src/types/message.ts:159
toolCalls?readonlyreadonly ToolCall[]-AssistantMessage.toolCallspackages/core/src/types/message.ts:161