AssistantToolCallsMessage
junjo.agent.messages.AssistantToolCallsMessage
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”AssistantToolCallsMessage(*, tool_calls: Sequence[ToolCall], assistant_text: str | None = None)One normalized assistant decision containing ordered Tool calls.
Constructor
Section titled “Constructor”Create a nonempty ordered assistant Tool-call decision.
Members
Section titled “Members”tool_calls
Section titled “tool_calls”tool_calls: tuple[ToolCall, ...]Public attribute.
assistant_text
Section titled “assistant_text”assistant_text: str | NonePublic attribute.
type: Literal['assistant_tool_calls']Public attribute.