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