HarnessToolResultBlock¶
Structure Class¶
HarnessToolResultBlock
dataclass
¶
The result of a tool execution.
Attributes¶
content
instance-attribute
¶
content: list[HarnessToolResultContentBlock]
The content of the tool result.
status
class-attribute
instance-attribute
¶
status: HarnessToolUseStatus | None = None
The status of the tool execution.
type
class-attribute
instance-attribute
¶
type: HarnessToolUseType | None = None
The type of tool use that produced this result.