Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec::SummarySpec::ModelPromptSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec::SummarySpec::ModelPromptSpec
- 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
-
#preamble ⇒ ::String
Text at the beginning of the prompt that instructs the assistant.
Instance Attribute Details
#preamble ⇒ ::String
Returns Text at the beginning of the prompt that instructs the assistant. Examples are available in the user guide.
722 723 724 725 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 722 class ModelPromptSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |