Class: Aws::BedrockRuntime::Types::CitationSourceContentDelta
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::CitationSourceContentDelta
- 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
-
#text ⇒ String
An incremental update to the text content from the source document that is being cited.
Instance Attribute Details
#text ⇒ String
An incremental update to the text content from the source document that is being cited.
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 |