Class: Aws::BedrockRuntime::Types::CitationSourceContentDelta

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb

Overview

Contains incremental updates to the source content text during streaming responses, allowing clients to build up the cited content progressively.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

An incremental update to the text content from the source document that is being cited.

Returns:

  • (String)


407
408
409
410
411
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 407

class CitationSourceContentDelta < Struct.new(
  :text)
  SENSITIVE = []
  include Aws::Structure
end