Uses of Class
com.unfbx.chatgpt.entity.chat.FunctionCall
-
Packages that use FunctionCall Package Description com.unfbx.chatgpt.entity.chat -
-
Uses of FunctionCall in com.unfbx.chatgpt.entity.chat
Methods in com.unfbx.chatgpt.entity.chat with parameters of type FunctionCall Modifier and Type Method Description Message.BuilderMessage.Builder. functionCall(FunctionCall functionCall)MessagePicture.BuilderMessagePicture.Builder. functionCall(FunctionCall functionCall)Constructors in com.unfbx.chatgpt.entity.chat with parameters of type FunctionCall Constructor Description BaseMessage(String role, String name, FunctionCall functionCall)构造函数Message(String role, String name, String content, List<ToolCalls> toolCalls, String toolCallId, FunctionCall functionCall)构造函数MessagePicture(String role, String name, List<Content> content, List<ToolCalls> toolCalls, String toolCallId, FunctionCall functionCall)构造函数
-