Skip to content

Bedrock Agentcore  >  Unions  >  HarnessToolResultBlockDelta

HarnessToolResultBlockDelta

Union Type

HarnessToolResultBlockDelta module-attribute

A delta update to a tool result content block.

Union Member Types

HarnessToolResultBlockDeltaText dataclass

A text tool result delta.

Attributes

value instance-attribute
value: str

HarnessToolResultBlockDeltaJson dataclass

A JSON tool result delta.

Attributes

value instance-attribute
value: Document

HarnessToolResultBlockDeltaUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str