public static interface Api.MessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The real context of the message
|
com.google.protobuf.ByteString |
getContentBytes()
The real context of the message
|
String |
getRole()
The role of the author of this message.
|
com.google.protobuf.ByteString |
getRoleBytes()
The role of the author of this message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRole()
The role of the author of this message. One of system, user, or assistant.
string role = 1;com.google.protobuf.ByteString getRoleBytes()
The role of the author of this message. One of system, user, or assistant.
string role = 1;String getContent()
The real context of the message
string content = 2;com.google.protobuf.ByteString getContentBytes()
The real context of the message
string content = 2;Copyright © 2023. All rights reserved.