5.11.6 Configuring Generative AI Attributes

Configure the attributes on the AI page to make Generative AI capabilities available to runtime applications.

To include Generative AI capabilities (such as an AI Assitant) in a runtime application, you must edit the Application Definition and configure attributes on the AI page. To learn more, see Including Generative AI in Applications.

Tip:

Before you can configure attributes on the AI page, you must define Generative AI Services in Workspace Utilities. If no Generative AI Services are available, the No AI Services available message appears. Click Configure to access the Generative AI Service page.

5.11.6.1 Accessing the AI Page

Access the AI page from the Application home page.

To access the AI page:

  1. On the Workspace home page, click the App Builder icon.
  2. Select an application.

    The Application home page appears.

  3. On the Application home page, click Edit Application Definition to the right of the application name.
  4. Click the AI tab.
  5. Edit the appropriate attributes.
  6. Click Apply Changes to save your changes.

5.11.6.2 AI Page

The AI page contains one region, Generative AI.

Generative AI

Use Generative AI attributes to enable Generative AI capabilities for an application.

Attribute Description To Learn More
Service

Select the default AI Service for this application.

If no Generative AI services are available, the No AI Services available message appears. Click Configure to access the Generative AI Service page and create one.

See Creating a Generative AI Service Object
Consent Message

Enter a consent message for the use of the selected AI Service.

The Consent Message you define displays to the user the first time they access the AI Service. The user must agree with the message before they interact with the AI. The user's choice is stored as a preference so they are only prompted once.

You can also use the APEX_AI package to programmatically set or clear user consent.

See APEX_AI in Oracle APEX API Reference