Values.EmailOverviewAIAgentConfigurationSourceConfiguration settings for the EMAIL_OVERVIEW AI agent including prompt ID and locale settings.
type nonrec t = {emailOverviewAIPromptId : UuidWithQualifier.t option;The ID of the System AI prompt used for generating structured email conversation summaries.
*)locale : NonEmptyString.t option;The locale setting for language-specific email overview processing (for example, en_US, es_ES).
*)}