Class Message

    • Constructor Detail

      • Message

        public Message​(String role,
                       String name,
                       String content,
                       List<ToolCalls> toolCalls,
                       String toolCallId,
                       FunctionCall functionCall)
        构造函数
        Parameters:
        role - 角色
        name - name
        content - content
        functionCall - functionCall
      • Message

        public Message()