public static interface Api.MessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
String |
getRole()
The role of the author of this message.
|
com.google.protobuf.ByteString |
getRoleBytes()
The role of the author of this message.
|
String 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.