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