Summarizer angepasst

This commit is contained in:
santa
2025-11-24 14:25:29 +01:00
parent b87bfd444d
commit 465fe8bd41
2 changed files with 5 additions and 2 deletions
@@ -6,7 +6,7 @@ const inputJson = JSON.parse(fs.readFileSync("./testFile.json", "utf8"));
// Übergabe an den Summarizer
transSummarizer.function({
inputJson: inputJson
json: inputJson
});