Interface SearchRequest.ContentSearchSpec.SummarySpec.ModelPromptSpecOrBuilder (0.37.0)

public static interface SearchRequest.ContentSearchSpec.SummarySpec.ModelPromptSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPreamble()

public abstract String getPreamble()

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

string preamble = 1;

Returns
TypeDescription
String

The preamble.

getPreambleBytes()

public abstract ByteString getPreambleBytes()

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

string preamble = 1;

Returns
TypeDescription
ByteString

The bytes for preamble.