Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/core / / WireAssistantMessage

Interface: WireAssistantMessage

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

Stable

Wire twin of AssistantMessage.

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:99
rolereadonly"assistant"-AssistantMessage.rolepackages/core/src/types/message.ts:159
toolCalls?readonlyreadonly ToolCall[]-AssistantMessage.toolCallspackages/core/src/types/message.ts:161