Interface WeaviateProtoGenerative.GenerativeDebugOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeaviateProtoGenerative.GenerativeDebug,WeaviateProtoGenerative.GenerativeDebug.Builder
- Enclosing class:
- WeaviateProtoGenerative
public static interface WeaviateProtoGenerative.GenerativeDebugOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string full_prompt = 1;com.google.protobuf.ByteStringoptional string full_prompt = 1;booleanoptional string full_prompt = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFullPrompt
boolean hasFullPrompt()optional string full_prompt = 1;- Returns:
- Whether the fullPrompt field is set.
-
getFullPrompt
String getFullPrompt()optional string full_prompt = 1;- Returns:
- The fullPrompt.
-
getFullPromptBytes
com.google.protobuf.ByteString getFullPromptBytes()optional string full_prompt = 1;- Returns:
- The bytes for fullPrompt.
-