Skip to main content

Atoti Intelligence Essentials

This is part of the Atoti Intelligence Essentials offer.
This guide explains how to configure an AI disclaimer for use with Atoti Intelligence in an Atoti Python project.

Why configure an AI disclaimer?

LLMs can make mistakes. Depending on an organization’s compliance requirements, an AI disclaimer may be necessary to inform users when an LLM is involved in a response.

Configuration approach

The Python SDK does not expose a dedicated disclaimer setting. The disclaimer is the atoti.ai.disclaimer property, which you set as a JVM option when starting the session through SessionConfig.java_options:
import atoti as tt

session = tt.Session.start(
    tt.SessionConfig(
        java_options=["-Datoti.ai.disclaimer=Your custom disclaimer"],
    ),
)
Any disclaimer set will be displayed in the UI. If none is defined, the disclaimer defaults to: This is what the disclaimer will look like in the UI:
Hover over the disclaimer to see it displayed