Class: Aws::BedrockRuntime::Types::CitationsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::CitationsConfig
- Defined in:
- gems/aws-sdk-bedrockruntime/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 document citations should be included in the model's response.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether document citations should be included in the model's response. When set to true, the model can generate citations that reference the source documents used to inform the response.
427 428 429 430 431 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 427 class CitationsConfig < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |