AI support Context

alepfi

Member
Hi,
I read that there is new AI support for PL/SQL Developer. I'm happy to hear that development is heading in that direction.

However, I have a small concern about using the AI. How do I know what is being sent in the context? My data structure is proprietary to my company, and I am not allowed to share it in the context. Obviously, I can't send the data itself either.

Is there a way to know what is being sent?
Is there an option to disable context sharing?

Thank you very much.

Best regards,
Alexander
 
You have complete control over the context that will be sent. If you go to Configure > AI, and click the "Functions" tab page, you can see the exact text that will be sent to the AI System for each function.

The table definitions that will be included are controlled by the following variable in the "Prompt":

{TABLE_CONTEXT PREFIX="Assuming the following Oracle Table definitions:"}

If you remove this line from the prompt, these table definitions will not be sent. Table data will never be sent.

The AI output will now be less specific to your data model of course.

For more information, see chapter 16.3 "AI Configuration" in the User's Guide.
 
Back
Top