Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec::SummarySpec::ModelPromptSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

Specification of the prompt to use with the model.

Instance Attribute Summary collapse

Instance Attribute Details

#preamble::String

Returns Text at the beginning of the prompt that instructs the assistant. Examples are available in the user guide.

Returns:

  • (::String)

    Text at the beginning of the prompt that instructs the assistant. Examples are available in the user guide.



623
624
625
626
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 623

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