public class MessagePicture extends BaseMessage implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MessagePicture.Builder |
BaseMessage.Role| Constructor and Description |
|---|
MessagePicture() |
MessagePicture(String role,
String name,
List<Content> content,
List<ToolCalls> toolCalls,
String toolCallId,
FunctionCall functionCall)
构造函数
|
public MessagePicture(String role, String name, List<Content> content, List<ToolCalls> toolCalls, String toolCallId, FunctionCall functionCall)
role - 角色name - namecontent - contentfunctionCall - functionCallpublic MessagePicture()
public static MessagePicture.Builder builder()
Copyright © 2023 grt1228. All rights reserved.