Skip to content

Bedrock Agent Runtime  >  Structures  >  AgenticRetrieveCitation

AgenticRetrieveCitation

Structure Class

AgenticRetrieveCitation dataclass

A citation mapping a span of the generated answer to supporting results.

Attributes

end_index instance-attribute
end_index: int

Character offset end (exclusive) in the answer text.

references instance-attribute

References to results that support this span.

start_index instance-attribute
start_index: int

Character offset start in the answer text.