Moldable Chat: Changing Lepiter pages

Besides generating code entities(Moldable Chat: Generating code), we can also use the LLM to modify knowledge bases.

Given the unreliability of LLMs, it is always advisable to back up your work before using them for this purpose.

That said, here is an example that asks the LLM to copy a page and add a new snippet:

c := GtL gt sendMarkdown: 'Find the page {{gtPage:Moldable Chat: Changing Lepiter pages|db=2j9m7db2i4oz116bexd7wbdxo}}. Duplicate the contents of the snippets of that page into a new page entitled [[A very interesting page]] and put the new page in the default knowledge base. Then add a new example snippet with {{gtMethod:BlBasicExamples>>#circle}}.'
  

To accomplish this, the LLM must search knowledge bases, find the page, retrieve its contents, create a new page, and add new snippets.