Added constant state changers to represent singular/repeating states. Added a DownloadContextBuilder to support fluent building patterns. Changed RetryReporter and DownloadReporter to use RetryReport and DownloadReport structs to simplify type declarations. Made MainArchitecture obsolete by supporting a fluent downloads with DownloadBuilder. Created a 'budge' OpenAI bridge for proof-of-concept translation.
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Beam.Temporary.Cli.Templates.Classic {
|
||||
internal class ClassicTemplates {
|
||||
public static void Register(SharedDataDictionary sdd) {
|
||||
public static void Register(BeamDataDictionary sdd) {
|
||||
sdd.Files.TryAdd(
|
||||
new("aeqw89:files:templates:classic:content_page"),
|
||||
new("C:\\Users\\qwsdc\\source\\repos\\Beam\\Beam.Temporary.Cli\\Templates\\Classic\\Content.template.html", "htmlpage", "templates"));
|
||||
|
||||
Reference in New Issue
Block a user