From fb2c8c45c26910db895fbd0b0e3c448032e09f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Sat, 4 Jan 2025 15:48:29 +0100 Subject: [PATCH] * Explain function added --- components/aissist/Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/aissist/Readme.md b/components/aissist/Readme.md index dc02442f45..bf3b2aff8f 100644 --- a/components/aissist/Readme.md +++ b/components/aissist/Readme.md @@ -28,6 +28,8 @@ To install, install the following packages in the correct order: - The URL where the AI requests must be sent - The model you wish to use. - The maximum lengt of the AI replies + - A "source" menu entry 'AI explain selected code' which will launch the + AI and lets the AI provide an explanation of the selected code. The Demos directory contains a console and GUI demo of the AIClient class. They serve to demonstrate the API and can be used separately from the IDE.