Package com.unfbx.chatgpt.entity.chat
Class MessagePicture
- java.lang.Object
-
- com.unfbx.chatgpt.entity.chat.BaseMessage
-
- com.unfbx.chatgpt.entity.chat.MessagePicture
-
- All Implemented Interfaces:
Serializable
public class MessagePicture extends BaseMessage implements Serializable
描述:- Since:
- 2023-03-02
- Author:
- https:www.unfbx.com
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagePicture.Builder-
Nested classes/interfaces inherited from class com.unfbx.chatgpt.entity.chat.BaseMessage
BaseMessage.Role
-
-
Constructor Summary
Constructors Constructor Description MessagePicture()MessagePicture(String role, String name, List<Content> content, List<ToolCalls> toolCalls, String toolCallId, FunctionCall functionCall)构造函数
-
-
-
Constructor Detail
-
MessagePicture
public MessagePicture(String role, String name, List<Content> content, List<ToolCalls> toolCalls, String toolCallId, FunctionCall functionCall)
构造函数- Parameters:
role- 角色name- namecontent- contentfunctionCall- functionCall
-
MessagePicture
public MessagePicture()
-
-
Method Detail
-
builder
public static MessagePicture.Builder builder()
-
-