Skip to content

ToolResultMessage

junjo.agent.messages.ToolResultMessage

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

ToolResultMessage(*, tool_call_id: str, tool_name: str, result: object)

View source

One normalized validated Tool result.

Freeze one validated result matched to its declared Tool call.

tool_call_id: str

View source

Public attribute.

tool_name: str

View source

Public attribute.

result: FrozenJsonValue

View source

Public attribute.

type: Literal['tool_result']

View source

Public attribute.