ToolResultMessage
junjo.agent.messages.ToolResultMessage
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”ToolResultMessage(*, tool_call_id: str, tool_name: str, result: object)One normalized validated Tool result.
Constructor
Section titled “Constructor”Freeze one validated result matched to its declared Tool call.
Members
Section titled “Members”tool_call_id
Section titled “tool_call_id”tool_call_id: strPublic attribute.
tool_name
Section titled “tool_name”tool_name: strPublic attribute.
result
Section titled “result”result: FrozenJsonValuePublic attribute.
type: Literal['tool_result']Public attribute.