Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rozek authored Jul 30, 2024
1 parent 9d221c6 commit dcdce19
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -644,14 +644,34 @@ The following examples actually include AI-related blocks. As before, the Blockl
### Text Summary ###

![PoC](./Examples/TextSummary.png)
![TextSummary](./Examples/TextSummary.png)

> this example summarizes a given text (see [Blockly workspace file](./Examples/TextSummary.json) - download it onto your computer and then upload it into the Blockly workspace)
![PoC-UI](./Examples/TextSummary-UI.png)
![TextSummary-UI](./Examples/TextSummary-UI.png)

> this is the authors run to let the AI summarize the first chapter of "Alice in Wonderland" - your mileage may vary, of course
### AI WebSearch ###

![AIWebSearch](./Examples/AIWebSearch.png)

> this example ... (see [Blockly workspace file](./Examples/AIWebSearch.json) - download it onto your computer and then upload it into the Blockly workspace)
![AIWebSearch-UI](./Examples/AIWebSearch-UI.png)

> ...
### Steps derived from a given Objective ###

![StepsDerivedFromText](./Examples/StepsDerivedFromText.png)

> this example ... (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)

> ...
## License ##

[MIT License](LICENSE.md)

0 comments on commit dcdce19

Please sign in to comment.