public static interface SearchRequest.ContentSearchSpec.SummarySpec.ModelPromptSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPreamble()
Text at the beginning of the prompt that instructs the assistant.
|
com.google.protobuf.ByteString |
getPreambleBytes()
Text at the beginning of the prompt that instructs the assistant.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPreamble()
Text at the beginning of the prompt that instructs the assistant. Examples are available in the user guide.
string preamble = 1;com.google.protobuf.ByteString getPreambleBytes()
Text at the beginning of the prompt that instructs the assistant. Examples are available in the user guide.
string preamble = 1;Copyright © 2025 Google LLC. All rights reserved.