And an other AI thing that I have now made work is Pharo, AI and PlantUML. This is what I write in Playground:
aaa := 'Write a PlantUML code for the meta function umlToImage: in class AIAPlantUML. [RESONSETYPE]Please just return the PlantUML code. No comments' q0: [ AIASourceCodeBuilder new forClass: AIAPlantUML ]. AIAPlantUML umlToImage: aaa. And the result is:
So now I can ask for a PlantUML for some specific topic, and the UML is build by the AI, and the PlantUML is then shown in Pharo. It is on a very experimental level yet. — Kasper
