Class: Google::Cloud::AIPlatform::V1::AugmentPromptResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb

Overview

Response message for AugmentPrompt.

Instance Attribute Summary collapse

Instance Attribute Details

#augmented_prompt::Array<::Google::Cloud::AIPlatform::V1::Content>

Returns Augmented prompt, only text format is supported for now.

Returns:



177
178
179
180
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 177

class AugmentPromptResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#facts::Array<::Google::Cloud::AIPlatform::V1::Fact>

Returns Retrieved facts from RAG data sources.

Returns:



177
178
179
180
# File 'proto_docs/google/cloud/aiplatform/v1/vertex_rag_service.rb', line 177

class AugmentPromptResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end