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)Constructors in com.unfbx.chatgpt.entity.chat with parameters of type FunctionCall Constructor Description Message(String role, String content, String name, FunctionCall functionCall)构造函数
-