En esta release, al igual que se ha hecho en el Query Tool, se han integrado diversas IA generativas (entre ellas las de OpenAI) en el visor/editor de Git existente en los proyectos de código de plataforma.
Aparecerá un icono en la parte derecha del visor de Git como se muestra a continuación:
...
Al pulsar se abrirá un pop-up en el que tendrás que introducir un prompt para que la IA genere el código que buscas. Cuanto mas detallado sea el prompt (lenguaje, framework, librerías, etc) mejor será la respuesta obtenida.
...
...
Info |
---|
Available from Release 5.2.0 of Onesait Platform |
In this release, as has been done in the Query Tool, several generative AIs (including those of OpenAI) have been integrated in the existing Git viewer/editor in the platform code projects.
An icon will appear on the right side of the Git viewer as shown below:
...
When you click on it, a pop-up will open in which you will have to enter a prompt for the AI to generate the code you are looking for. The more detailed the prompt is (language, framework, libraries, etc) the better the response will be.
...
After entering the prompt, click on generate. This process may take up to 1 minute. Then another pop-up will appear with the result, which you can copy and paste into your viewer code.
...