From 440ab1a59f9dc4b8c752fe2199f7626f8fa3f1b9 Mon Sep 17 00:00:00 2001 From: Andreas Rozek Date: Tue, 6 Aug 2024 05:50:14 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 55eaed1..ed23ba9 100644 --- a/README.md +++ b/README.md @@ -957,16 +957,6 @@ The following examples actually include AI-related blocks. As before, the Blockl ![AIAgent-UI](./Examples/AIAgent-UI.png) -### Steps derived from a given Objective ### - -![StepsDerivedFromText](./Examples/StepsDerivedFromText.png) - -> this example demonstrates the decomposition of a given objective into smaller steps (see [Blockly workspace file](./Examples/StepsDerivedFromText.json) - download it onto your computer and then upload it into the Blockly workspace) - -![StepsDerivedFromText-UI](./Examples/StepsDerivedFromText-UI.png) - -> this is what you may get when asking for the steps to solve the problem "what is the total number of people living in all german cities whose names end with "dorf"?" (an objective which is so weird that you presumably won't find the solution by a simple web search) - ## License ## [MIT License](LICENSE.md)