Class: Aws::BedrockRuntime::Types::CitationsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::CitationsConfig
- 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
-
#enabled ⇒ Boolean
Specifies whether citations from the selected document should be used in the model’s response.
Instance Attribute Details
#enabled ⇒ Boolean
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.
458 459 460 461 462 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 458 class CitationsConfig < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |