Skip to content

/AWS1/CL_BDRCITATIONSDELTA

Contains incremental updates to citation information during streaming responses. This allows clients to build up citation data progressively as the response is generated.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_title TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING

The title or identifier of the source document being cited.

iv_source TYPE /AWS1/BDRSTRING /AWS1/BDRSTRING

The source from the original search result that provided the cited content.

it_sourcecontent TYPE /AWS1/CL_BDRCITATIONSRCCONTD00=>TT_CITATIONSOURCECONTLISTDELTA TT_CITATIONSOURCECONTLISTDELTA

The specific content from the source document that was referenced or cited in the generated response.

io_location TYPE REF TO /AWS1/CL_BDRCITATIONLOCATION /AWS1/CL_BDRCITATIONLOCATION

Specifies the precise location within a source document where cited content can be found. This can include character-level positions, page numbers, or document chunks depending on the document type and indexing method.


Queryable Attributes

title

The title or identifier of the source document being cited.

Accessible with the following methods

Method Description
GET_TITLE() Getter for TITLE, with configurable default
ASK_TITLE() Getter for TITLE w/ exceptions if field has no value
HAS_TITLE() Determine if TITLE has a value

source

The source from the original search result that provided the cited content.

Accessible with the following methods

Method Description
GET_SOURCE() Getter for SOURCE, with configurable default
ASK_SOURCE() Getter for SOURCE w/ exceptions if field has no value
HAS_SOURCE() Determine if SOURCE has a value

sourceContent

The specific content from the source document that was referenced or cited in the generated response.

Accessible with the following methods

Method Description
GET_SOURCECONTENT() Getter for SOURCECONTENT, with configurable default
ASK_SOURCECONTENT() Getter for SOURCECONTENT w/ exceptions if field has no value
HAS_SOURCECONTENT() Determine if SOURCECONTENT has a value

location

Specifies the precise location within a source document where cited content can be found. This can include character-level positions, page numbers, or document chunks depending on the document type and indexing method.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION