Class: Aws::BedrockRuntime::Types::CitationsConfig

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

Overview

Configuration settings for enabling and controlling document citations in Converse API responses. When enabled, the model can include citation information that links generated content back to specific source documents.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether citations from the selected document should be used in the model’s response. When set to true, the model can generate citations that reference the source documents used to inform the response.

Returns:

  • (Boolean)


458
459
460
461
462
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 458

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