Skip to content

Bedrock Agent Runtime  >  Structures  >  InlineAgentPayloadPart

InlineAgentPayloadPart

Structure Class

InlineAgentPayloadPart dataclass

Contains a part of an agent response and citations for it.

Attributes

attribution class-attribute instance-attribute
attribution: Attribution | None = None

Contains citations for a part of an agent response.

bytes_ class-attribute instance-attribute
bytes_: bytes | None = field(repr=False, default=None)

A part of the agent response in bytes.