final class atoti_ai.AiConfig
Atoti Intelligence configuration.Example
connection and chat to None.
AutoExplain then still works but returns a default, non-AI summary, and the chat
feature is disabled:
chat : ChatConfig | None = None
The configuration of the chat model, orNone to not configure any LLM.
connection : ConnectionConfig | None = None
The connection to the LLM provider, orNone to not configure any LLM.