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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/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.



790
791
792
793
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 790

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